hello 

another cms taglib question. what i guess is, that most of the cms functions 
now working with «Templating support objects». but i can not find a solution 
for the loadPage function. iterating over items in jsp should not be that 
problem. can someone please give me a hint how to update this part of code?


[code]
<ul id="regionList">

<cms:loadPage path="home/"/> 
<cms:pageIterator>
<c:set var="page" value="${content.handle}"/>
<li handle="${pageContext.request.contextPath}${page}">${content.title}</li>
</cms:pageIterator>     
<cms:unloadPage/>

</ul>
[/code]

thanks & regards
tobias

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=55b6dd1f-b270-46c9-aa2b-d47a157b37e9


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