I'm trying to use JDOM to process some XML in my Sling templates, to
no avail...
I have tried putting the JAR files in the extension folder, using java
-cp on the CRX quickstart load, and putting the classes under /var/
classes... nothing works.. I always get:
An error occurred at line: 7 in the jsp file: /apps/cms/admin/videos/
POST.jsp
SAXBuilder cannot be resolved to a type
null
An error occurred at line: 7 in the jsp file: /apps/cms/admin/videos/
POST.jsp
Document cannot be resolved to a type
null
Stacktrace:
at
org
.apache
.sling
.scripting
.jsp.JspServletWrapperAdapter.service(JspServletWrapperAdapter.java:66)
at
org
.apache
.sling
.scripting
.jsp.JspScriptEngineFactory.callJsp(JspScriptEngineFactory.java:135)
Any help is appreciated! -Josh