sudhakar487248
2011-06-29 12:14:39 UTC
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.
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.