Hi guys

I have a problem that is very easy but, i think that i didn't find the right 
and elegant way.

I have several news pages that i would sort by date in an archive. I don't use 
STK but JSP is on Board.
It is possible to sort in the loadPage tag with an parameter i didn't know, 
like sort="mgnl:creationdate" or something else?

<cms:loadPage path="/news"/>

    <cms:pageIterator>

                <cms:out nodeDataName="path" var="path"/>
                <cms:out nodeDataName="title" var=" title "/>
                <cms:out nodeDataName="mgnl:creationdate" datePattern="dd. MMM. 
yyyy" dateLanguage="de" contentNodeName="MetaData" var="formattedDate"/>

    </cms:pageIterator>

<cms:unloadPage/>

Thanks for your request.


----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to