RE: [s2] String comparison with OGNL -- Learning OGNL by stabbing in the dark.

2007-01-23 Thread cilquirm
lse > 5 false > 6 false > 7 false > 8 false > 9 false > 10 false > 11 false > 12 false > 13 false > 14 false > 15 false > 16 false > 17 false > 18 false > 19 false > 20 > 21 > 22 false > 23 > 24 > 25 false > 26 fa

RE: [s2] String comparison with OGNL -- Learning OGNL by stabbing in the dark.

2007-01-23 Thread Wesley Wannemacher
true 40 true 41 true 42 true 43 true 44 true 45 true 46 true 47 true 48 true 49 50 false > -Original Message- > From: Alexandre Mendonça Lima > [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 23, 2007 2:23 PM > To: Struts Users Mailing List > Subject: Re:

Re: [s2] String comparison with OGNL

2007-01-23 Thread Tom Schneider
] > Sent: Tuesday, January 23, 2007 1:50 PM > To: Struts Users Mailing List > Subject: Re: [s2] String comparison with OGNL > > #parameters.addrType is of type String correct? If not, e.g. > if it were an > enum, then I would expect all the comparisons to fail. You might t

RE: [s2] String comparison with OGNL

2007-01-23 Thread Wesley Wannemacher
nal Message- > From: Tom Schneider [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 23, 2007 1:50 PM > To: Struts Users Mailing List > Subject: Re: [s2] String comparison with OGNL > > #parameters.addrType is of type String correct? If not, e.g. > if it were an > enum, t

Re: [s2] String comparison with OGNL

2007-01-23 Thread Alexandre Mendonça Lima
I see something in the Guide page about this way: Alexandre Lima - Original Message - From: "Wesley Wannemacher" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Tuesday, January 23, 2007 3:44 PM Subject: RE: [s2] String comparison with OGNL No

Re: [s2] String comparison with OGNL

2007-01-23 Thread Tom Schneider
s Mailing List > Subject: RE: [s2] String comparison with OGNL > > From: Wesley Wannemacher [mailto:[EMAIL PROTECTED] > > > > Does wrapping it with %{} do it? > > > > I still get a little confused when dealing with the different markups. > > Dave > >

RE: [s2] String comparison with OGNL

2007-01-23 Thread Wesley Wannemacher
ist > Subject: RE: [s2] String comparison with OGNL > > From: Wesley Wannemacher [mailto:[EMAIL PROTECTED] > > > > Does wrapping it with %{} do it? > > > > I still get a little confused

RE: [s2] String comparison with OGNL

2007-01-23 Thread Dave Newton
From: Wesley Wannemacher [mailto:[EMAIL PROTECTED] > Does wrapping it with %{} do it? I still get a little confused when dealing with the different markups. Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional com

[s2] String comparison with OGNL

2007-01-23 Thread Wesley Wannemacher
Hello, This seems like a n00bie problem, but I can't seem to figure it out. I have a parameter that I want to read, when I have the following: The output is `billing` However, I want to test it to see if it is indeed `billing` later in the code... I've tried at least the following: But, no