Japanese GSP Tag - if

Last updated by admin 4 years ago

?? - if

?? Description

The logical if tag if ??????

????? Parameters

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

? Examples

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