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 2008/02/26 20:05:07 UTC

[jira] Updated: (TILES-85) Support for nested definitions

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

Antonio Petrelli updated TILES-85:
----------------------------------

    Priority: Major  (was: Trivial)

> Support for nested definitions
> ------------------------------
>
>                 Key: TILES-85
>                 URL: https://issues.apache.org/struts/browse/TILES-85
>             Project: Tiles
>          Issue Type: New Feature
>          Components: tiles-core
>    Affects Versions: 2.0.0
>         Environment: Platform independent
>            Reporter: Antonio Petrelli
>             Fix For: 2.1.x
>
>         Attachments: tiles-patch-2006-09-14.zip, tiles-patch.diff
>
>
> There should be support for nested definitions, i.e. definitions in which one or more attributes are assigned directly a definition, instead of a reference of a "named" one. For instance:
> <definition name="tileB" extends="tileA">
>  <put name="header">
>    <definition path="/header.jsp">
>       <put name="menu" value="/menu.jsp" />
>    </definition>
>  </put>
>  <put name="body" value="/body.jsp" />
> </definition>
> The nested definition has not a name, because it does not need it and it will be used only in the outer definition.

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