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