Hi,

Basic question but i can't find the answer: how to write a more complex test condition in JXT exprerssion

       <jx:choose>
           <jx:when test="${value1=='1'} and ${value2=='2'}">
           or  <jx:when test="${value1=='1'} &amp;&amp; ${value2=='2'}">
           or <jx:when test="${value1=='1' &amp;&amp; value2=='2'}">

Regards,
Phil


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



Reply via email to