RE: JSTL c:if statements

2007-01-15 Thread Per Johnsson
: JSTL c:if statements I have Tomcat version 5.0.28, and I am trying to use the JSTL tags in my webapp. I have placed the 2 required JSTL jar files, standard.jar and jstl.jar into my WEB-INF/lib directory. The bizarre thing is that some of the JSTL standard tags work, and some don't! Even

Re: JSTL c:if statements

2007-01-12 Thread David Smith
Could you post your page source? Also post the web-app dtd declaration in your web.xml file. I suspect either servlet spec version or tag usage is causing your issue. --David rotvang wrote: I have Tomcat version 5.0.28, and I am trying to use the JSTL tags in my webapp. I have placed the 2