Hallo to the round,
i've found a solution, which works for me.
My target was to connect nodes from data module with multipleSelect.
The important configuration for me, was the dialog. I didn't use the typical
multiselect controltype, instead of that i used the
"categorizationUUIDMultiSelect". And with that dialog, you get the UUID as a
list stored.
[img]http://downloads.tlsoft.at/sites/default/files/MultiSelectDataNodes.png[/img]
Now i used in freemarker, the normal list function.
[code]
[#if content.categories?? && content.categories?has_content]
Kategorie:
[#list content.categories as node]
[#assign categoryNode =
cmsfn.asContentMap(ctx.getJCRSession("data").getNodeByIdentifier(node))]
${categoryNode.displayName}[#if node_has_next],[/#if]
[/#list]
[/#if]
[/code]
best regards from
Austria
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=e19217f2-b670-4475-989d-7979ddcee87d
----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------