2007/11/21, Slattery, Tim - BLS <[EMAIL PROTECTED]>:
>
> > I saw many examples on the net with the normal logic:equal
> > tag and the el
> > statement:
> > <logic:equal value='${codeTalForm}' ....
> >
> > So I thought I don't need <logic-el:equal and the logic-el taglib.
>
> You can use EL without the EL libraries if your servlet container
> supports J2EE version 2.4. If you have that support, you can use EL
> anyplace in your jsp page, and the container will take care of it.I hope that you meant Servlet 2.4, included in J2EE 1.4. Anyway EL is in JSP 2.0, not Servlet 2.4... > I run tomcat 5.5.12 > > I don't know whether that supports J2EE 2.4 or not. It supports Servlets 2.4 and JSP 2.0 Antonio

