source: trunk/grails-app/views/shared/_messages.gsp @ 281

Last change on this file since 281 was 281, checked in by gav, 14 years ago

Change flash.warning to flash.errorMessage.

File size: 196 bytes
Line 
1<g:if test="${flash.message}">
2    <div class="message">${flash.message}</div>
3</g:if>
4<g:if test="${flash.errorMessage}">
5    <div class="message_error">${flash.errorMessage}</div>
6</g:if>
Note: See TracBrowser for help on using the repository browser.