Hi,
I am having a problem with accessing the contents of a collection, please
please help.
I have created a paragraph type which I am using on a page for news stories.
I wish to access the content of these news stories, they are contained
inside a nodeDataCollection inside the page.
The paragraph which attempts to reference the data in pargaraphs references
the original page using a uuidLink.
I have been trying to access the content using the following code to no
avail, any pointers would be much appreciated :
<cms:setNode var="truncatedArticleNode" uuid="${content.articleNode}"
contentNodeCollectionName="contentNodesCollection"/>
rom what I understand I should then be able to access the content using :
${truncatedArticleNode.contentNodesCollection[0].article}
Unfortunately this has been giving me null. Any ideas would be much
appreciated
Regards
S
----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------