is there any way to test more than one match at a time by using single struts
tag lib

<logic:match ....>

i mean 

i have a string and i want to check that string is having either "ERROR:" or
"POPUP:"

like as follows 

String str="example ERROR:"
str.contains("ERROR:") || str.contains("POPUP:")

--
View this message in context: 
http://struts.1045723.n5.nabble.com/Multiple-matches-with-single-logic-match-tp4534953p4534953.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