Cannot get xml in JSTL 1.1 to work

2004-09-28 Thread Premont,Bruno [CIS]
Hi, I am running Tomcat 5.0.27 on both RedHat linux ES 3.0 and Windows XP. Trying to run any jstl-examples jsp pages (that I got from the sun web site), I get: javax.servlet.ServletException: com/sun/org/apache/xpath/internal/VariableStack

RE: Cannot get xml in JSTL 1.1 to work

2004-09-28 Thread Phillip Qin
JSTL works fine for me. I use it in my struts jsp pages. Which version of JSTL do you use? 1.0 or 1.1? -Original Message- From: Premont,Bruno [CIS] [mailto:[EMAIL PROTECTED] Sent: September 28, 2004 4:54 PM To: [EMAIL PROTECTED] Subject: Cannot get xml in JSTL 1.1 to work Hi, I am

RE: Cannot get xml in JSTL 1.1 to work

2004-09-28 Thread Premont,Bruno [CIS]
' Subject: RE: Cannot get xml in JSTL 1.1 to work JSTL works fine for me. I use it in my struts jsp pages. Which version of JSTL do you use? 1.0 or 1.1? -Original Message- From: Premont,Bruno [CIS] [mailto:[EMAIL PROTECTED] Sent: September 28, 2004 4:54 PM To: [EMAIL PROTECTED] Subject

Re: Cannot get xml in JSTL 1.1 to work

2004-09-28 Thread Dov Rosenberg
I would check to see if you have conflicting versions of XML parsers on your system. Check to see if you are overwriting the Xerces and Xalan parsers that come with Tomcat. -- Dov Rosenberg Conviveon Corporation http://www.conviveon.com

RE: Cannot get xml in JSTL 1.1 to work

2004-09-28 Thread Premont,Bruno [CIS]
: Tuesday, September 28, 2004 9:02 PM To: Tomcat Users List Subject: Re: Cannot get xml in JSTL 1.1 to work I would check to see if you have conflicting versions of XML parsers on your system. Check to see if you are overwriting the Xerces and Xalan parsers that come with Tomcat. -- Dov Rosenberg