On 4/7/06, Rick Reumann <[EMAIL PROTECTED]> wrote: > > Jim Reynolds wrote the following on 4/7/2006 2:27 PM: > > PS, Isn't it just the JSP, JSTL that enables that snippet to work? Or > > do I need a certain jar? > > Not sure what could be wrong. Tomcat 5 supports EL expressions ( ${} > stuff ) by default. Paste the tag declarations you are using on the top > of the page.
Don't forget to use a Servlet 2.4 compatible declaration on your web.xmlfile, if you want EL evaluation to be turned on in the JSP pages. -- > Rick > http://www.learntechnology.net Craig