Grails : GSP Tag - if
This page last changed on Feb 17, 2006 by
graeme.rocher@gmail.com
.
Tag - if
Description
The logical if tag
Parameters
test
- The expression to test
Examples
<g:if test=
"${name == 'fred'}"
>
Hello ${name}!
</g:if>
Document generated by Confluence on Mar 29, 2006 08:46