FreeMarker ?ancestors and ?root built-ins don't work
----------------------------------------------------

                 Key: MAGNOLIA-2945
                 URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-2945
             Project: Magnolia
          Issue Type: Bug
          Components: templating
    Affects Versions: 4.1.1
            Reporter: Nils Breunese
            Assignee: Philipp Bärfuss


I wanted to use the FreeMarker ?ancestors built-in 
(http://freemarker.sourceforge.net/docs/ref_builtins_node.html) in a FreeMarker 
template. However, it doesn't seem to work. I added this:

----
[#assign ancs = content?ancestors]
----

But just this statement results in:

----
Can't get parent of I18nContentWrapper for website:/[rep:root]:root node 
doesn't have a parent
----

I found the same goes for the ?root built-in:

----
[#assign r = content?root]
----

Just this assignment results in the same error message:

----
Can't get parent of I18nContentWrapper for website:/[rep:root]:root node 
doesn't have a parent
----

This bug was previously discussed on the Magnolia User-List: 
http://old.nabble.com/Problem-with-FreeMarker-built-in-for-ancestors-ts26334726.html

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <dev-list-unsubscr...@magnolia-cms.com>
----------------------------------------------------------------

Reply via email to