Re: [struts] OgnlValueStack.logLookupFailure

2008-02-27 Thread Eric Martin
DNewfield wrote: > > Eric Martin wrote: >> So, it looks like struts converts it to a Char if it's a single-character >> and a string if it's multi-character? > > Yes, but it's OGNL that does that, not Struts. > > http://www.ognl.org/2.6.9/Documentation/html/LanguageGuide/basicExpressions.html#

Re: [struts] OgnlValueStack.logLookupFailure

2008-02-27 Thread Dale Newfield
Eric Martin wrote: So, it looks like struts converts it to a Char if it's a single-character and a string if it's multi-character? Yes, but it's OGNL that does that, not Struts. http://www.ognl.org/2.6.9/Documentation/html/LanguageGuide/basicExpressions.html#constants -Dale -