Re: Which jar file supports the XML tld?

2004-04-02 Thread Rick Roberts
EMAIL PROTECTED] Sent: Friday, April 02, 2004 7:35 AM To: Tag Libraries Users List Subject: Re: Which jar file supports the XML tld? With many of the TLD jar files, I get messages similar to this, where the presence of the jar file causes Tomcat to mark the context as unavailable. *** 2004

RE: Which jar file supports the XML tld?

2004-04-02 Thread Johnson, Chris
posted on the redhat site). How are you creating your war file? -Original Message- From: Rick Roberts [mailto:[EMAIL PROTECTED] Sent: Friday, April 02, 2004 7:35 AM To: Tag Libraries Users List Subject: Re: Which jar file supports the XML tld? With many of the TLD jar files, I get messages

Re: Which jar file supports the XML tld?

2004-04-02 Thread Rick Roberts
get it here: http://jaxen.org/releases.html -Original Message- From: Rick Roberts [mailto:[EMAIL PROTECTED] Sent: Friday, April 02, 2004 6:50 AM To: Tag Libraries Users List Subject: Re: Which jar file supports the XML tld? Entire stack trace: org.apache.jasper.JasperException: org

RE: Which jar file supports the XML tld?

2004-04-02 Thread Johnson, Chris
: Re: Which jar file supports the XML tld? Entire stack trace: org.apache.jasper.JasperException: org/saxpath/SAXPathException at org.apache.jasper.servlet.JspServletWrapper.service(Unknown Source) at org.apache.jasper.servlet.JspServlet.serviceJspFile(Unknown Source) at

Re: Which jar file supports the XML tld?

2004-04-02 Thread Rick Roberts
- From: Rick Roberts [mailto:[EMAIL PROTECTED] Sent: Thursday, April 01, 2004 2:17 PM To: Tag Libraries Users List Subject: Re: Which jar file supports the XML tld? *---* This is my JSP file: *---* <[EMAIL PROTECTED] contentType="text/html"%> <%@ taglib uri="/jstl/core"

RE: Which jar file supports the XML tld?

2004-04-01 Thread Johnson, Chris
Rick, Can you get the entire stack trace of that error? -Original Message- From: Rick Roberts [mailto:[EMAIL PROTECTED] Sent: Thursday, April 01, 2004 2:17 PM To: Tag Libraries Users List Subject: Re: Which jar file supports the XML tld? *---* This is my JSP file: *---* <[EM

Re: Which jar file supports the XML tld?

2004-04-01 Thread Rick Roberts
/x.tld *---* Johnson, Chris wrote: Can you paste some of your code in where you are using xpath expressions (in select attributes)? -Original Message- From: Rick Roberts [mailto:[EMAIL PROTECTED] Sent: Thursday, April 01, 2004 1:55 PM To: Tag Libraries Users List Subject: Re: Which ja

RE: Which jar file supports the XML tld?

2004-04-01 Thread Johnson, Chris
Can you paste some of your code in where you are using xpath expressions (in select attributes)? -Original Message- From: Rick Roberts [mailto:[EMAIL PROTECTED] Sent: Thursday, April 01, 2004 1:55 PM To: Tag Libraries Users List Subject: Re: Which jar file supports the XML tld? I

Re: Which jar file supports the XML tld?

2004-04-01 Thread Rick Roberts
- From: Rick Roberts [mailto:[EMAIL PROTECTED] Sent: Thursday, April 01, 2004 1:48 PM To: Tag Libraries Users List Subject: Re: Which jar file supports the XML tld? Still not working. If I only have jstl.jar and standard.jar in my lib directory then I get this error message

RE: Which jar file supports the XML tld?

2004-04-01 Thread Johnson, Chris
Throw in saxpath.jar. -Original Message- From: Rick Roberts [mailto:[EMAIL PROTECTED] Sent: Thursday, April 01, 2004 1:48 PM To: Tag Libraries Users List Subject: Re: Which jar file supports the XML tld? Still not working. If I only have jstl.jar and standard.jar in my lib directory

Re: Which jar file supports the XML tld?

2004-04-01 Thread Rick Roberts
k for the missing class and add the necessary jar. Chris -Original Message- From: Rick Roberts [mailto:[EMAIL PROTECTED] Sent: Thursday, April 01, 2004 7:14 AM To: Taglibs Users List Subject: Which jar file supports the XML tld? There are several JAR files with the JSTL distribution.

RE: Which jar file supports the XML tld?

2004-04-01 Thread Johnson, Chris
al Message- From: Martin Nad [mailto:[EMAIL PROTECTED] Sent: Thursday, April 01, 2004 7:48 AM To: Tag Libraries Users List Subject: RE: Which jar file supports the XML tld? Do you mean that the Tomcat 5.0.19 has support the xml-tld as default? Is it the same as other tags (as sql and so on)

RE: Which jar file supports the XML tld?

2004-04-01 Thread Martin Nad
t; Chris > > > -Original Message- > From: Rick Roberts [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 01, 2004 7:14 AM > To: Taglibs Users List > Subject: Which jar file supports the XML tld? > > > > There are several JAR files with the JSTL > dis

RE: Which jar file supports the XML tld?

2004-04-01 Thread Johnson, Chris
d add the necessary jar. Chris -Original Message- From: Rick Roberts [mailto:[EMAIL PROTECTED] Sent: Thursday, April 01, 2004 7:14 AM To: Taglibs Users List Subject: Which jar file supports the XML tld? There are several JAR files with the JSTL distribution. If i just drop them all

Which jar file supports the XML tld?

2004-04-01 Thread Rick Roberts
There are several JAR files with the JSTL distribution. If i just drop them all into my lib directory then Tomcat complains and marks the context as invalid. So, which jar files are required to get started with XML? Thank, -- *** * Rick Roberts