ah right...thanks...but still no improvement unfortunately...
I still get
[code]Stacktrace:
at info.magnolia.context.WebContextImpl.include(WebContextImpl.java:201)
at
info.magnolia.rendering.renderer.JspRenderer.onRender(JspRenderer.java:63)
... 142 more
Caused by: org.apache.jasper.JasperException: Unable to compile class for JSP:
An error occurred at line: 29 in the jsp file:
/templates/components/BannerForXML.jsp
TemplatingFunctions cannot be resolved
26: <br>
27: _(4)_
28: <br>
29: <% for (PropertyIterator iter =
TemplatingFunctions.asJCRNode(versions).getProperties(); iter.hasNext();) {
30: Property myProperty = iter.nextProperty(); %>
31: <%= myProperty.getString() %><%
32: } %>
An error occurred at line: 29 in the jsp file:
/templates/components/BannerForXML.jsp
versions cannot be resolved
26: <br>
27: _(4)_
28: <br>
29: <% for (PropertyIterator iter =
TemplatingFunctions.asJCRNode(versions).getProperties(); iter.hasNext();) {
30: Property myProperty = iter.nextProperty(); %>
31: <%= myProperty.getString() %><%
32: } %>[/code]
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=1f7b9031-46d7-47bd-884d-739251ec15d2
----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------