Grails - Japanese GSP Tag - if

?? - if

?? Description

The logical if tag if ??????

????? Parameters

  • test - ?????? The expression to test

? Examples

<g:if test="${name == 'fred'}">
Hello ${name}!
</g:if>
&nbsp;