You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@shale.apache.org by "Gregg Leichtman (JIRA)" <ji...@apache.org> on 2007/07/23 19:54:05 UTC

[jira] Commented: (SHALE-302) TilesViewHandler does not work for JSF 1.2

    [ https://issues.apache.org/struts/browse/SHALE-302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_41620 ] 

Gregg Leichtman commented on SHALE-302:
---------------------------------------

This issue is also referenced in more detail at: http://forum.java.sun.com/thread.jspa?threadID=770686&messageID=4408064

> TilesViewHandler does not work for JSF 1.2
> ------------------------------------------
>
>                 Key: SHALE-302
>                 URL: https://issues.apache.org/struts/browse/SHALE-302
>             Project: Shale
>          Issue Type: Bug
>          Components: Tiles
>    Affects Versions: 1.0.3
>            Reporter: Steven Oglesby
>             Fix For: TBD
>
>
> 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.
-
You can reply to this email to add a comment to the issue online.