You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Carsten Ziegeler (JIRA)" <ji...@apache.org> on 2007/10/17 13:34:53 UTC

[jira] Closed: (SLING-61) Rendering of references within the repository

     [ https://issues.apache.org/jira/browse/SLING-61?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carsten Ziegeler closed SLING-61.
---------------------------------

    Resolution: Fixed

Add a new node type and corresponding components/content.

> 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
>            Assignee: 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.