Hi Van Pham,
this should work:
[code]
<%@ taglib prefix="cmsfn"
uri="http://magnolia-cms.com/taglib/templating-components/cmsfn" %>
<%@ taglib prefix="cms"
uri="http://magnolia-cms.com/taglib/templating-components/cms" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<c:forEach items="${components}" var="component">
<cms:component content="${component}" />
</c:forEach>
<cms:area name="main"/>[/code]
You might want to have a look here:
http://forum.magnolia-cms.com/forum/thread.html?threadId=e28eb5cc-6596-43d7-aa6c-b8474869121b
HTH Erando
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=71c0fff2-5b7a-4ebe-8d53-9b6a9b46db63
----------------------------------------------------------------
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]>
----------------------------------------------------------------