JSTL XML ---org/apache/xpath/XPathException

2008-07-14 Thread Rajasekhar
Hi   I have used xml tags of jstl in my jsp. but it throwing errors like the following..How can I get rid of it.  javax.servlet.ServletException: org/apache/xpath/XPathException org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:848)

Re: JSTL XML ---org/apache/xpath/XPathException

2008-07-14 Thread Kris Schneider
Can you provide some more details about how you're using the tag and which app server and version you're using? On Mon, Jul 14, 2008 at 10:49 AM, Rajasekhar [EMAIL PROTECTED] wrote: Hi I have used xml tags of jstl in my jsp. but it throwing errors like the following..How can I get rid of it.

Re: JSTL XML ---org/apache/xpath/XPathException

2008-07-14 Thread Rahul Akolkar
CC'ing OP since I moderated the message. Rajasekhar - Please see response below. Also, please subscribe to this mailing list before posting. Details: http://jakarta.apache.org/site/mail2.html#Taglibs -Rahul On 7/14/08, Kris Schneider [EMAIL PROTECTED] wrote: Can you provide some more

John Mazzella/Bsg/MetLife/US is out of the office.

2008-07-14 Thread John Mazzella
I will be out of the office starting 07/07/2008 and will not return until 07/28/2008. Please contact Wendy Effenberger if it is urgent The information contained in this message may be CONFIDENTIAL and is for the intended addressee only. Any unauthorized use, dissemination of the

Re: JSTL XML ---org/apache/xpath/XPathException

2008-07-14 Thread Rajasekhar
The out.jsp contains %@ taglib prefix=c uri=http://java.sun.com/jsp/jstl/core; % %@ taglib prefix=x uri=http://java.sun.com/jsp/jstl/xml; % html head titleJSTL: XML Support -- Parse / Out/title /head body bgcolor=#FF h3lt;x:parsegt; /