[code]cmsfn:children(content.versions)}[/code] would list a child nodes, but
[code]versions[/code] have no child nodes. It has only properties.
so you should try
[code]<%
for (PropertyIterator iter =
TemplatingFuncitons.asJCRNode(versions).getProperties; iter.hasNext();) {
Property myProperty = iter.nextProperty();
...
}
%>[/code]
HTH,
Jan
--
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]>
----------------------------------------------------------------