[
https://issues.apache.org/struts/browse/TILES-85?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Antonio Petrelli updated TILES-85:
----------------------------------
Flags: (was: [Patch])
> 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
> Assignee: Antonio Petrelli
> Fix For: 2.1.0
>
> 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.