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
----------------------------------------------------------------

Reply via email to