2008/12/11 <[EMAIL PROTECTED]>:
> But <s:if test="%{#parameters.all == 'true'}" > doesn' t work neither.
>
> The else part is displayed everytime.
You can try something like this
<s:if test="%{'true'.equals(#parameters.all)}" >
Regards
--
Lukasz
http://www.lenart.org.pl/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

