Right. Thanks a lot, thanks for the photo album too !
Upayavira wrote:
pguillard wrote:
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'} && ${value2=='2'}"> or <jx:when test="${value1=='1' && value2=='2'}">
<jx:when test="${value1=='1' and value2=='2'}"> should do it, I believe.
Regards, Upayavira
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
