Hi!
I hade some similar strange problems when I had a very old xml jars.
(like xml-api.jar etc)
Check your jars for xml and update them.
/Regards Per Jonsson
-Original Message-
From: rotvang [mailto:[EMAIL PROTECTED]
Sent: den 12 januari 2007 06:32
To: users@tomcat.apache.org
Subject:
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