[opencms-dev] question about xmlcontent
Ivan Saracino
ivan.saracino at newmedia.it
Tue Mar 15 17:12:18 CET 2005
Hi all,
I created a new xmlcontent type called product.
I created some products and i can edit them correctly.
I can display them with a jsp page like this:
<cms:contentload collector="singleFile" param="prod.html"
editable="true">
...
where prod.html is a resource of tipe product.
To use this snippet of code in a generic template, i need the param
attribute to be parametric. I tried this without success:
<cms:contentload collector="singleFile" param="maybe read from a page
property"/>
How can i achieve this?
thx all.
More information about the opencms-dev
mailing list