- Original Message
Subject: Re: Tomcat 7.0.26 Expression Language Issue when Comparing
Character Objects
From: Christopher Schultz
Date: Wed, March 07, 2012 1:16 pm
To: Tomcat Users List
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Kerry,
On 3/7/12 10:59 AM, ke...@kjaklive.com wrote:
>
2012/3/7 Christopher Schultz :
>
> I think that's the deal: Tomcat takes the character from your object's
> property and decides that everything should be coerced to Long, then
> tries to coerce your String literal to a Long, which obviously does
> not work (there appear to be no rules for coercing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Kerry,
On 3/7/12 10:59 AM, ke...@kjaklive.com wrote:
> My issue is with the Expression Language and how a Character object
> is compared to an in-line Character object in order to decide what
> content to display on the web page.
>
> My original comp