Ah well, this looks more like you have general problem with programing JSP rather then anything specific to Magnolia.
[code]TemplatingFunctions cannot be resolved[/code] Compiler tells you exactly what's wrong here - you are missing import of the class. [code]versions cannot be resolved[/code] same again, you didn't define variable versions. assigning sub node of current content had nothing to do with the problem itself and you should be able to do that w/o any problem. HTH, Jan -- 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]> ----------------------------------------------------------------
