Hi,

you can get the properly initialized TemplatingFunctions in a JSP from the 
request attribute "cmsfn":

[code]
TemplatingFunctions cmsfn = (TemplatingFunctions) request.getAttribute("cmsfn");
[/code]

Then you can use it like:

[code]
cmsfn.asJCRNode(...);
[/code]

HTH, Maik

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=1f7b9031-46d7-47bd-884d-739251ec15d2


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