TilesViewHandler does not work for JSF 1.2
------------------------------------------

                 Key: SHALE-302
                 URL: http://issues.apache.org/struts/browse/SHALE-302
             Project: Shale
          Issue Type: Bug
          Components: Tiles
    Affects Versions: 1.0.3
            Reporter: Steven Oglesby


The TilesViewHandler does not handle the JSF 1.2 spec. It does not fulfil the 
requirements of wrapping and buffering the response. This has been introduced 
in the JSF 1.2 spec in order to solve the JSF / JSP content interweaving 
problems.

I have managed to implement a work-around solution. However, it is probably not 
compatible with JSF 1.1!

My (rather inelegant) solution is to have copied the renderView method 
implementation (and all the subsequent methods it calls) from the 
ViewHandlerImpl class of the Sun RI of JSF 1.2. I have then made the necessary 
changes so that the executePageToBuildView method dispatches to the tile rather 
than the original viewId that was asked for.


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