Re: how to use logical operator in struts logic:equal

2008-07-16 Thread hmkmajeed
Thanks for the info Nuwan, but is there anyway to do without using JSTL?.. nuwan chandrasoma-2 wrote: > > Hi, > > Why dont you give a try with JSTL tag. it has more control over > the logic you want to check. > > Thanks, > > Nuwan > > > hmkmajeed wrote: >> Hi All, >> >> I need to tran

Re: how to use logical operator in struts logic:equal

2008-07-16 Thread Nuwan Chandrasoma
Hi, Why dont you give a try with JSTL tag. it has more control over the logic you want to check. Thanks, Nuwan hmkmajeed wrote: Hi All, I need to translate: if ( a == 'option1' || a == 'option2' ) to struts code I don't know how to put || or && in ---

how to use logical operator in struts logic:equal

2008-07-16 Thread hmkmajeed
Hi All, I need to translate: if ( a == 'option1' || a == 'option2' ) to struts code I don't know how to put || or && in http://www.nabble.com/how-to-use-logical-operator-in-struts-logic%3Aequal-tp18502051p18502051.html Sent from the Struts - User mailing list archive at Nabble.com.