How about using JSTL? It's the recommended solution when both it and Struts tags provide equivalent functionality, and it's arguably better than using the antiquated Struts tags.
Dave On Jun 29, 2011 10:03 AM, "sudhakar487248" <sudhakar487...@gmail.com> wrote: > 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 >