hello
i get a collection of DMS nodes which i pass to JSTL
<jsp:scriptlet>
Collection nodes =
hm.getContentByUUID(uuid).getChildren(ItemType.CONTENTNODE);
pageContext.setAttribute("nodes",nodes);
</jsp:scriptlet>
<c:forEach items="${nodes}" var="node">
<cms:setNode var="n" repository="dms" contentNode="${node}" />
</c:forEach>
with this code i can access things like the title and the handle $
{n.handle} of the node, but i need to get the width and height
attributes.
i should be something like ${n.document.width}, but this does not work.
any ideas? thanks
tom
--
Leitung Bereich Entwicklung & Programmierung
esense GmbH
Leonhardsstrasse 37
CH-4051 Basel
[email protected]
+41 (0)61 271 35 01
http://www.esense.ch
----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------