Aug 14, 2012

Struts 2 - IF tag

IF tag with OR

<s:if test="%{x==1 || z==2}">
   <!--Your data goes here... -->
</fi>

No comments: