Hi all,

I still have magnolia 2.1.5 in production here, and I ran into a weird problem 
today. I created a paragraph to include the content from another page, as 
described in 'ReusingContentOnDifferentPages' in the wiki, with a *little* 
difference:

<cms:ifEmpty contentNodeCollectionName="rightColumnParagraphs">
  <c:set var="path">
    <cms:out nodeDataName="pathToInclude" />
  </c:set>
  <cms:loadPage path="${path}"/>
    <cms:contentNodeIterator 
contentNodeCollectionName="paragrafosColunaCentral">
        <cms:includeTemplate />
    </cms:contentNodeIterator>
  <cms:unloadPage/>
</cms:ifEmpty>

That's because I have a dialog to put the path to the page that I want to 
include.

The thing is: when I have a page with one of this kind of paragraph, I cannot 
change the other existing paragraphs. The edit window doesn't show the 
content (always blank), and it doesn't update the page. If I delete the 
include paragraph, everything runs normal.

Did anyone have this behaviour? Any thoughts on why does this happen?


Thanks!
-- 
Felipe Braun Azambuja

----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/docs/en/editor/stayupdated.html
----------------------------------------------------------------

Reply via email to