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

2007-01-23 Thread cilquirm
Just FYI, I think this lesson was less about OGNL per se, and more about Java,Servlets, and the Parameter map. #parameters.addrType is of type String[], because that's how it's collated ( since you can have multiple values to a single name.. ) hth, -a Wesley Wannemacher wrote: > > Okay, I'

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

2007-01-23 Thread Wesley Wannemacher
Okay, I'm officially renaming this thread - Learning OGNL by stabbing in the dark. This isn't meant to offend anyone trying to help me because I really appreciate it! It's just because, rather than read the docs, I decided to figure this out by brute force (as you'll see below). I should have t