Hi

I'm having a problem trying to get the correct syntax for an OR test.

<s:if test="%{typeAsString=='BOOL'} || %{typeAsString=='ENUM'}"> selects
nothing, whereas 
<s:if test="%{typeAsString=='BOOL'}"> selects values as expected as does
<s:if test="%{typeAsString=='ENUM'}">

Regards
-- 
View this message in context: 
http://old.nabble.com/Struts-2-%3Cs%3Aif-test-syntax-tp27173346p27173346.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to