Hi All,

i would like to know how to get all nodes which reference my current node. So 
that means i would like to get all backreferences on a given node.

Here is my try, but the result is still empty although 3 node has a link / 
reference (Link Control) to this node.

Content TestNode = null;
          
          TestNode = 
MgnlContext.getHierarchyManager("data").getContent("/testtype/6767");
          
          out.println("TestNode.getJCRNode().getReferences().getSize(): " 
+TestNode.getJCRNode().getReferences().getSize());

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=90e78183-55a6-452d-a9e1-62d5ecf48d39


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