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, a

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

Re: JSTL c:if statements

2007-01-11 Thread ashish shrivastava
Look like you have got duplicate classes in your classpath ,one from * javax.servlet.jsp.tagext.JspTag,javax.servlet.jsp.PageContext* pakage and other from *org.apache.taglibs.standard.tag.el.core.IfTag, javax.servlet.jsp.PageContext *pakage. On 1/12/07, rotvang <[EMAIL PROTECTED]> wrote: I

JSTL c:if statements

2007-01-11 Thread rotvang
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 stranger, it doesn't br