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 2007/02/05 16:27:15 UTC

[jira] Resolved: (TILES-101) Provide a stack of ComponentContext inside TilesContainer

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

Antonio Petrelli resolved TILES-101.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.0

Added support to a stack of ComponentContext objects, created at the start of <tiles:insertDefinition> and <tiles:insertTemplate> and removed at the end of those tags.

> Provide a stack of ComponentContext inside TilesContainer
> ---------------------------------------------------------
>
>                 Key: TILES-101
>                 URL: https://issues.apache.org/struts/browse/TILES-101
>             Project: Tiles
>          Issue Type: Improvement
>          Components: tiles-api, tiles-core
>    Affects Versions: 2.0.0
>            Reporter: Antonio Petrelli
>         Assigned To: Antonio Petrelli
>             Fix For: 2.0.0
>
>
> Currently it exists only one ComponentContext per request: this way the same instance can contain attributes put in other places that the current <tiles:insert...> tag, by the use of <tiles:putAttribute>.
> Provide a stack of ComponentContext inside TilesContainer and BasicTilesContainer by:
> - creating methods to manage the "push" and "pop" operation of the context;
> - letting the "getComponentContext" method get the top of the stack.

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