Please define "work" and "doesn't work"
-g
On Oct 30, 2008, at 10:31 AM, Matteo Pelucco wrote:
Hi all!
There is a reason why this works:
---------- [ working code ] --------------------------------
<cms:contentNodeIterator
contentNodeCollectionName="${param.paragraphCollection}">
<!-- first the *bar* -->
<cms:editBar adminOnly="true" />
<cms:includeTemplate />
</cms:contentNodeIterator>
------------------------------------------------------------
but this doesn't work?
---------- [ NOT working code ] ----------------------------
<cms:contentNodeIterator
contentNodeCollectionName="${param.paragraphCollection}">
<!-- first the *template* -->
<cms:includeTemplate />
<cms:editBar adminOnly="true" />
</cms:contentNodeIterator>
------------------------------------------------------------
? Really doubtful...
M.
----------------------------------------------------------------
for list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
----------------------------------------------------------------
----------------------------------------------------------------
for list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
----------------------------------------------------------------