[
https://issues.apache.org/struts/browse/TILES-64?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Antonio Petrelli closed TILES-64.
---------------------------------
> 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: tiles-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.