Hi All,
         I am newbie to JSTL. This is my following code snippet in the jsp.

<c:if test="${sessionScope.actions == null}" > 
   <c:import url="${roleForm.xmlUrl}" var="xml" />      
   <x:parse xml="${xml}" var="actions" scope="session"/>
</c:if> 


I am getting an exception in the below line.
<x:out select="$actions//Menus/Menu[1]/@name"/>


The exception stack Trace is

java.lang.NoSuchMethodError:
org.jaxen.dom.DocumentNavigator.getInstance()Lorg/jaxen/dom/DocumentNavigator;
        at 
org.apache.taglibs.standard.tag.common.xml.XPathUtil.staticInit(XPathUtil.java:193)
        at 
org.apache.taglibs.standard.tag.common.xml.XPathUtil.valueOf(XPathUtil.java:205)
        at 
org.apache.taglibs.standard.tag.common.xml.ExprSupport.doStartTag(ExprSupport.java:64)
        at 
org.apache.taglibs.standard.tag.el.xml.ExprTag.doStartTag(ExprTag.java:62)


i have the all jars which are shipped with jstl distribution
jaxen-full.jar
jstl.jar
saxpath.jar
standard.jar
xalan.jar
xercesImpl.jar
xml-apis.jar


Any solutions to the above problem?

thanks,
-- 
Ramkumar Yadav K,

<a href="http://www.spreadfirefox.com/?q=affiliates&amp;id=0&amp;t=65";><img
border="0" alt="Get Firefox!" title="Get Firefox!"
src="http://sfx-images.mozilla.org/affiliates/Buttons/110x32/safer.gif"/></a>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to