: 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
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
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
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