And
Evaluates if all of the underlying sub conditional tags
have a conditional evaluation of true.
Children Tags
Usage Examples
Example #1
<if>
<and>
<neq op1="value1" op2="${test.value}" />
<eq op1="value2" op2="${test.value2}" />
</and>
<then>
<log>The previous conditions are true.</log>
</then>
<else>
<log>The previous conditions are false.</log>
</else>
</if>