I think you need to convert your collection to a ContentMapList. Try the 
following:

[code]
[#assign mapList = cmsfn.asContentMapList(model.sections)]
[#list mapList as item] 
  <li><a href="">${item.title!'section'}</a></li> 
[/#list]
[/code]

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=6dbc20bf-c628-464d-98b8-f9d02e23e8e7


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

Reply via email to