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
Still not working. If I only have jstl.jar and standard.jar in my lib directory then I get this error message: org.apache.jasper.JasperException: org/saxpath/SAXPathException at org.apache.jasper.servlet.JspServletWrapper.service(Unknown Source) at org.apache.jasper.servlet.JspSe

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
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)? /martin --- "Johnson, Chris" <[EMAIL PROTECTED]> wrote: > If you use the latest Tomcat 5.0.19 and 1.4.2x java, > you don't really > need any, but if you are using older versions,

RE: Which jar file supports the XML tld?

2004-04-01 Thread Johnson, Chris
If you use the latest Tomcat 5.0.19 and 1.4.2x java, you don't really need any, but if you are using older versions, then try these for starters: jaxp-api.jar dom.jar sax.jar xercesImpl.jar Then if it seems to work, but complains about a missing class, you can look for the missing class and add t