On 14/10/2010 20:03, Oliver Siegmar wrote:
> Hi Pid,
>=20
> Am Thursday 14 October 2010 schrieb Pid:
>> Which JSTL implementation are you using and which Java version was it
>> compiled for/on?
>=20
> http://repo2.maven.org/maven2/javax/servlet/jstl/1.2/jstl-1.2.jar
>=20
> Using Sun/Oracle Java 6u21
OK.
The related sources jar was built in 2006, and the pom for that
indicates that it's dependent on JSP 2.0, rather than 2.1.
At a guess, JSTL doesn't know what an enum is, so it's just doing what
it would do for any other unknown Object subclass, and is calling the
=2EtoString() method.
p
|