Hello;

I am using:
Tomcat 5.5 - so I assume servlet 2.4
JSTL - 1.1.2
Struts - 1.2.8

So I assume I can just ignore the old struts-el part and just use the
default struts and jstl jar files?

And for struts tags, do I use just the html (and maybe bean) tags?

Thanks - dave

Ps - this has all evolved quite a bit in the last 12 - 18 months when I last
used it - nice to see stuff advance so fast.

 
David Thielen
www.windwardreports.com
303-499-2544

-----Original Message-----
From: Wendy Smoak [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, January 18, 2006 1:31 PM
To: Struts Users Mailing List
Subject: Re: Struts JSTL & EL

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]



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

Reply via email to