Hello, everyone,

I'm using the <html:match> tag but I need to match on more that one
String value using logical "OR".  In other words, how can I use the tag
to do the following?

if (((myString.equals("option_1")) || (myString.equals("option_2"))) {
  // Do some stuff
}

Thanks!
   Chris Hatton

--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to