We're using 3.6.3 and our users want to be able to essentially create
reusable chunks of text that they can drop on pages, as needed. I've been
trying to figure out a way to create a Paragraph that can somehow inject a
page defined in the website context into the current page, but no matter
what I try, it just doesn't work. What I've tried is creating a
boilerplateDialog with a link (I've also tried uuidLink) field that refers
to the page I want to inject. In the boilerplate.jsp paragraph template
I've tried:
<cms:setNode var="node"/>
<jsp:insert page="${node.link}"/>
<c:import url="${node.link}"/>
<cms:loadPage templateName="${node.page}"> <!-- I've tried every
combination of attributes I can think of -->
<cms:contentNodeIterator>
<cms:includeTemplate/>
</cms:contentNodeIterator>
<cms:unloadPage/>
If there's a better way to give the users the same functionality I'm all for
it. Otherwise is there a way to make this scheme work?
(*Chris*)
----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------