Page composition code should reside outside JSP tag libraries
-------------------------------------------------------------

                 Key: SB-45
                 URL: http://issues.apache.org/struts/browse/SB-45
             Project: Sandbox
          Issue Type: Improvement
          Components: Tiles
    Affects Versions: 2.0
         Environment: Any
            Reporter: Antonio Petrelli


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.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to