2007/7/27, Dave Newton <[EMAIL PROTECTED]>: > > Now I'm wondering if there's enough (or any?) of a > performance hit for the EL tags that it actually makes > sense to only use an EL tag when you actually need it > or if there's any other reason why I might *want* to > use both on a page.
Here I am assuming that you meant JSTL tags (not EL tags). AFAIK, the Struts tags (except of the struts-html ones) are deprecated. Moreover, the JSP 2.0 specs allow the use of EL outside of JSTL tags. So, it's preferrable to use JSTL. Antonio