You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tiles.apache.org by "Antonio Petrelli (JIRA)" <ji...@apache.org> on 2009/01/07 15:04:37 UTC

[jira] Closed: (TILES-219) [tiles] cross-context tile definitions

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

Antonio Petrelli closed TILES-219.
----------------------------------


> [tiles] cross-context tile definitions
> --------------------------------------
>
>                 Key: TILES-219
>                 URL: https://issues.apache.org/struts/browse/TILES-219
>             Project: Tiles
>          Issue Type: New Feature
>          Components: tiles-core
>    Affects Versions: 2.0.4
>         Environment: Operating System: other
> Platform: Other
>            Reporter: Bill Schneider
>            Priority: Minor
>
> it would be great if there were a way you could declare paths with tiles to be
> cross-context somehow.  for example, 
> <definition id=".foo" extends=".mainLayout">
>   <put name="body" value="/foo.jsp" webapp="/context">
> </definition>
> then <tiles:insert name="body"/> would pull /context/foo.jsp instead of /foo.jsp
> (relative to the current context). 
> The main use for this would be for portal-style systems where you have one set
> of navigation/layout shared across multiple webapps.  This is, IMO, one of the
> strongest points that Sitemesh has over Tiles.
> cross-reference:
> http://raibledesigns.com/page/rd?anchor=use_sitemesh_to_decorate_multiple

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