On 1/18/06, David Thielen <[EMAIL PROTECTED]> wrote:
> 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?

JSTL 1.0 is a separate tag library; the EL is available within JSTL
tags only; Struts has its own support for EL in Struts-EL library, as
well as DisplayTag.

JSTL 1.1 is part of JSP 2.0 spec, so JSP 2.0 container like Tomcat 5
supports JSTL tags out of the box. What is even better, the container
supports EL expressions all around your page, not just in JSTL tags,
so there is no need in Struts-EL library.

Michael.

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

Reply via email to