Re: [struts] OgnlValueStack.logLookupFailure

2008-02-27 Thread Eric Martin
tion/html/LanguageGuide/basicExpressions.html#constants > > -Dale > Ahhh...thanks for the clarification and link! -- View this message in context: http://www.nabble.com/OgnlValueStack.logLookupFailure-tp15721571p15723729.html Sent fro

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 -

Re: OgnlValueStack.logLookupFailure

2008-02-27 Thread Eric Martin
gt; >><[EMAIL PROTECTED] file="arithmeticDetail.jsp" %> >> >> >> For some reason, that s:if test statement is throwing: >> WARN - OgnlValueStack.logLookupFailure(269) | Caught an exception while >> evaluating expression 'ruleType == 

Re: OgnlValueStack.logLookupFailure

2008-02-27 Thread Dave Newton
; %> > > > For some reason, that s:if test statement is throwing: > WARN - OgnlValueStack.logLookupFailure(269) | Caught an exception while > evaluating expression 'ruleType == 'A'' against value stack > java.lang.NumberFormatException: For input string: &

OgnlValueStack.logLookupFailure

2008-02-27 Thread Eric Martin
For some reason, that s:if test statement is throwing: WARN - OgnlValueStack.logLookupFailure(269) | Caught an exception while evaluating expression 'ruleType == 'A'' against value stack java.lang.NumberFormatException: For input string: "A" at s