how to use logical operator in struts logic:equal
843842Jul 3 2008 — edited Jul 16 2008Hi All,
I need to translate:
if ( a == 'option1' || a == 'option2' )
to struts code....
I don't know how to put || or && in <logic:equal.... ?�?�?�?
Many thanks