RE: why jstl does not work rightly

2003-11-04 Thread Karr, David
Ok, let's see. Are you sure you have a valid taglib directive in your JSP page (not in the web.xml)? Do a view source on the generated page to make sure you don't have c:out ... in the generated page. Have you tried the same application in the latest Tomcat 4.1.x version? -Original

Re: why jstl does not work rightly

2003-11-01 Thread Christian Bollmeyer
Am Samstag, 1. November 2003 18:46 schrieb javen fang: hi, all Hi. First of all, for me, JSTL works perfectly, in Tomcat 4.1, Resin 2.1.x and Oracle iAS (several different versions). So if there is a bug, it must be either in Tomcat 5 or in your installation. c:out value=${USER.username}