Hallo all,
I have a folder full of nice documents in the DMS and want to provide a
download page.
I found a nice paragraoh template that looks like rendering a given
document
(magnolia-samples/src/main/resources/mgnl-files/templates/samples/paragr
aphs/download.jsp - lots of clicks).
But how do I get the list of document from the DMS without having to
write my own controller?
Can I use one of the existing tags (and how)?
I tried
<cms:contentNodeIterator path="/campain/downloads" repository="dms"
varStatus="status">
<p> Hallo: ${status.current} </p>
</cms:contentNodeIterator>
but it did something else :-)
Thanks Wolf
----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[EMAIL PROTECTED]>
----------------------------------------------------------------