I'm writing a maven plugin, and I need in the jelly script to test two variables to be empty :
<j:if test="${empty(var1) && empty(var2)}">
...
But I need to escape the "&". If I use "&" it doesn't works.
How can I set an AND operator in jelly expression language ?
Nico.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
