Checking OR , AND conditions in <logic:equal> tag?
Hi,
How to check both OR , AND condition using a <logic:equal> tag?
For eg,
When i try to give like this..It is not working..
<logic:equal name="status" value="1 || 2">
//do whatever--
<logic:equal>
Evn.. u can help me in this scenario...Expecting the replies..
Thanks,
--JavaCrazyLover--

