[
https://issues.apache.org/struts/browse/TILES-64?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Antonio Petrelli moved SB-45 to TILES-64:
-----------------------------------------
Fix Version/s: (was: 2.0)
2.0.0
Component/s: (was: Tiles)
core
Affects Version/s: (was: 2.0)
2.0.0
Workflow: Struts (was: jira)
Key: TILES-64 (was: SB-45)
Project: Tiles (was: Sandbox)
> Page composition code should reside outside JSP tag libraries
> -------------------------------------------------------------
>
> Key: TILES-64
> URL: https://issues.apache.org/struts/browse/TILES-64
> Project: Tiles
> Issue Type: Improvement
> Components: core
> Affects Versions: 2.0.0
> Environment: Any
> Reporter: Antonio Petrelli
> Priority: Minor
> Fix For: 2.0.0
>
>
> Currently the code that compose pages in Tiles resides almost completely in
> tag libraries, especially in InsertTag.
> I think that this code should reside outside of JSP tag libraries, so that it
> could be reused by other view technologies.
> Reviewing the code, the dependency to JSP-specific features is not "real",
> because almost every attribute is stored in request scope and the output is
> generated using "pageContext.getOut", that could be easily generalized to
> non-JSP writer.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.