2009/11/23 Ben Short <[email protected]>: > Is there any way to access the jcr api in a jsp file in a cleaner way or via > jstl?
Maybe try this code; http://kenai.com/projects/jcrcms/sources/svn/content/trunk/src/app/com/sptci/cms/site/model/NodeBean.java?rev=17 It wraps a node in an object which is easier to access. -- -Tor
