<%@ taglib prefix="c" >uri="http://java.sun.com/jsp/jstl/xml" %>
<%@ taglib prefix="x" uri="http://java.sun.com/jsp/jstl/xml" %>
Steve
Originally posted by john adams:
Hi Steve,
After making the <x:parse doc="${url}" var="doc /> change. I dropped xalan.jar, xercesimpl.jar and xml-apis.jar into <apache-tomcat dir>/lib folder, and corected the taglib mistake,
I ran the program in Netbeans 6.1 and received the following error(s):
java.lang.NoClassDefFoundError: org/apache/xpath/XPathException
Steve
Originally posted by Aysha Qamar:
Hi,
I've been getting the same exception,but instead of tomcat my app server is weblogic 8.1 . when i try to use x:out it gives me xpath problem. can you please tell me where to drop xalan.jar into weblogic to get rid of this error.
Thanks alot,
Steve
Steve
Originally posted by Aysha Qamar:
The web.xml version is 2.4 which apparently weblogic 8.1 supports and the uri is <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>..
Steve
srinivas
I love a good mentalist. And so does this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
|