> 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 run tomcat 5.5.12

I don't know whether that supports J2EE 2.4 or not.


--
Tim Slattery
[EMAIL PROTECTED]


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

Reply via email to