On 23.11.2010 14:20, Matteo Pelucco wrote:
On 27.08.2010 15:11, Christian Ringele wrote:
Additionally there are the methods int the MagnoliaTemplatingUtilities
class where you just can pass the content you want to render, such as:
public void renderTemplate(Content content) throws RenderException,
IOException {
renderTemplate(content, getWriter());
}
public void renderParagraph(Content paragraphNode) throws
RenderException, IOException {
renderParagraph(paragraphNode, getWriter());
}
I think this method is what actually we need.
To answer to myself: no.
I've just noticed that those methods does not work well with permissions
and green bars.
I need a model class to handle AggregationState currentContent /
mainContent (local) changes...
Still problems on removing unnecessary green bars, expecially for
loops... but the prototype is ready.
Matteo
----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------