Sandra Mejía J. wrote:
> Hi all
>
> Somebody can explain to me this:
>
> Don't use this one if you are looking for EL support on jsp
> 2.0 containers (Tomcat 5).
> In Jsp 2.0 compatible servers expressions are evaluated directly
> by the container, so you can use the standard tld and still have
> EL support (the EL tld will not work, since expressions will be
> evaluated twice). http://displaytag.sourceforge.net/11/tlds.html 
> <http://displaytag.sourceforge.net/11/tlds.html>
>
> I didn't understand.

There are two displaytag jar files that start: "displaytag" and 
"displaytag-el". If you are using Tomcat 5 or 6 you only need the 
"displaytag" version as the expression language is built into Tomcat. If 
you were using Tomcat 4 you would need to use "displaytag-el" if you 
wanted to use expression language in your displaytag tags.

Ed!

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to