On 1/18/06, David Thielen <[EMAIL PROTECTED]> wrote:

> I've been looking and can't find it - there is an "EL" version of either
> Struts or JSTL from what I rememeber and I think the recommendation is a do
> want to use it. What is it, do I want it, and where do I get it?
>
> Also, any rec's for books on the latest version of Struts, JSTL, and/or JSP?
> All my books are for the previous versions.

First, what version of Struts, and what version of the Servlet spec
are you working with?

For Servlet 2.3, you'll want a JSTL 1.0 implementation, and Struts-EL,
which is in the 'contrib' directory of the Sruts 1.2 distribution.

For Servlet 2.4, it's JSTL 1.1 and you can just use the normal Struts
tags since the container will evaluate the expressions.

--
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to