Hi all,

<span jwcid="@If" condition="ognl:value==1">
   <span jwcid="@Insert" value="message:message.1"/>
</span>
<span jwcid="@If" condition="ognl:value==2">
   <span jwcid="@Insert" value="message:message.2"/>
</span>

How would I write this without the If, with just one Insert programmatically selecting the appropriate message key?

Thanks.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to