DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=30696>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=30696 Struts-Tiles-JSF-Integration SOMETIMES creates blank pages ------- Additional Comments From [EMAIL PROTECTED] 2004-10-08 13:31 ------- I Have been struggling with the same 'white page' problems as part of a large web application which we are developing based on JSF+Struts+Tiles. As part of our integration efforts, my colleagues and I have implemented what appears to be a fix to this 'white page problem'. I have tested the proposed fix with the 2 test cases mentioned in this bug report and it seems to completely fix the 'white page problem'. We have also tested the fix within the context of our application for the past 1-2 days and have not encountered any more white pages nor any other adverse effects. We have tested the fix with JBoss 3.2.5 on Fedora Core 2 with both JSF1.1 and JSF 1.1_01 (using both IE and Mozilla as the browser). I would welcome all interested parties to test this proposed fix and provide feedback on whether it seems to fix the problem in all cases and environments. I will include as an attachment a 'patched' version of the struts-faces.jar file (named struts-faces.fix.jar) which you can use to test the fix. In order to test the fix, you can just remove the struts-faces.jar file from the WEB-INF/libs and replace it with the struts-faces.fix.jar file. For those of you who are interested in the details, the fix we have implemented consists in a single modification in the method doForward of the class FacesTilesRequestProcessor. In the last line of that method, the call to context.responseComplete() has been replaced by a call to context.release(). Cheers, Piero Colagrosso --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
