pguillard wrote:
Right. Thanks a lot,
You're welcome.
thanks for the photo album too !
Huh?
Regards, Upayavira
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.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
