> ... isELIgnored=false in the @page directive. Eventually I
> ended up setting it at web.xml level, as I was tired to put this in
> every JSP :)
From the Java EE tutorial:
> The default value of isELIgnored varies depending on the
> version of the web application deployment descriptor.
[quoted text clipped - 4 lines]
> Servlet 2.3 or before is to ignore EL expressions;
> this provides backward compatibility.
<http://java.sun.com/javaee/5/docs/tutorial/doc/bnahq.html#bnaic>
This might be the source of the difficulty.

Signature
Lew
Lew - 02 Nov 2007 00:22 GMT
>> The default value of isELIgnored varies depending on the version of
>> the web application deployment descriptor. The default mode for JSP
[quoted text clipped - 6 lines]
>
> This might be the source of the difficulty.
FWIW, I did not know this until the question was asked. Knowing that Sun has
a Java EE tutorial I went there for the answer. Not finding it right away, I
went to my fave search engine, which pointed me to the correct place in the
tutorial. In other words, I did exactly what the OP could've done.

Signature
Lew
Manish Pandit - 02 Nov 2007 00:26 GMT
> From the Java EE tutorial:
>
[quoted text clipped - 13 lines]
> --
> Lew
Ah! That explains it.
Thanks, Lew!
-cheers,
Manish
Tobi - 02 Nov 2007 13:50 GMT
Thanks everyone for your thoughts, unfortunately, neither of those
options worked, leading me to wonder if it is a 1.0 vs 1.1 JSTL. I'll
try switching it out and testing it.
Tobi
Daniel Pitts - 02 Nov 2007 16:44 GMT
> Thanks everyone for your thoughts, unfortunately, neither of those
> options worked, leading me to wonder if it is a 1.0 vs 1.1 JSTL. I'll
> try switching it out and testing it.
>
> Tobi
Generally, its a good idea to leave in the context of the post you're
replying too. Someone like who didn't read the original posts wouldn't
be able to easily help you further.

Signature
Daniel Pitts' Tech Blog: <http://virtualinfinity.net/wordpress/>
Lew - 02 Nov 2007 22:25 GMT
>> Thanks everyone for your thoughts, unfortunately, neither of those
>> options worked, leading me to wonder if it is a 1.0 vs 1.1 JSTL. I'll
[quoted text clipped - 5 lines]
> replying too. Someone like who didn't read the original posts wouldn't
> be able to easily help you further.
I'm curious as to the results of the OP's test on the JSTL version. It
shouldn't matter, I'd think.

Signature
Lew