Re: Problem with JSTL 1.1 and Tomcat 5 (JWSDP 1.3)

2004-05-06 Thread Kris Schneider
Make sure you're using a Servlet 2.4 web.xml. If you're using a Servlet 2.3 web.xml, then the only RT expression that will get evaluated is a JSP expression (<%= ... %>). An EL expression will be treated as a literal string, hence all the "${i}" output. Of course, if your app also needs to work wit

Problem with JSTL 1.1 and Tomcat 5 (JWSDP 1.3)

2004-05-06 Thread Wali Ansary
Hi, I've used JSTL 1.0 before, and am trying to write a little app in 1.1 now. I'm using the Tomcat that I got with JWSDP 1.3 (which is v 5). The examples that come with WSDP work, but when I'm trying to write something on my own, or even copy the same code to a page of my own, it doesnt work.