Hi all!
How can I expose a file (e.g. images or pdfs) stored into data module?
Now what I have is the uuid and repository id..
I've tried using cmsu taglib but <cmsu:img> tag seems to be still not
completed (exception on setter methods).
I've tried also to use <cms:out uuid="myUuid"...> but without success...
can you help me?
Thanks...
Matteo
********************************
I've tried with:
<cms:out nodeDataName="image" uuid="${logoUuid}" repository="data"
fileProperty="path" var="imagePath" />
<p>Img path = "${imagePath}"</p>
<img src="${magnoliaContext}${imagePath}" />
(in this case I suppose the path is the data module repository path...
and data module repository path is not directly accessible, isn't it?)
----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/
----------------------------------------------------------------