Rendering of references within the repository
---------------------------------------------

                 Key: SLING-61
                 URL: https://issues.apache.org/jira/browse/SLING-61
             Project: Sling
          Issue Type: New Feature
          Components: Core
            Reporter: Carsten Ziegeler


If compound content is rendered (a node and its children), it would be good to 
provide a mechanism which references other trees in the repository.
Example:

Node A
   + header
   + footer
Node B
   + content
Node C
   + content

When node B or C are rendered, the header and footer of node A should be 
rendered as well.

A new node type sling:Reference with a path property will be introduced to 
allow such references:
Node B
   + header [sling:Reference (path = /A/header)]
   + content
   + footer [sling:Reference (path = /A/footer)]

A new content and component (ReferenceContent and ReferenceComponent) will be 
added.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to