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=31351>. 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=31351 JSF 1.1_01 and Struts-faces Problem Summary: JSF 1.1_01 and Struts-faces Problem Product: Struts Version: Nightly Build Platform: Other OS/Version: Linux Status: NEW Severity: Blocker Priority: Other Component: Struts-Faces Library AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] We have a huge project based on JSF+Struts-faces. The project is composed of several screens (about fifty screens). We use Jboss -3.2.5. Originally our project was based on struts and tiles, its template layout uses tiles definition. We integrated JSF, strut and tile by using struts-faces library. There are three kinds of request scenarios one can send to our application: 1 Non-faces request generates Faces Response; 2 Faces Resquest generates Non-faces Response; 3 Faces Request generates Faces Response. The integration was successful and every thing was fine and worked with JSF 1.1 and strut-faces 1.0 nightly build, but when we move to JSF 1.1_01, the application works no more, we get sometimes white pages. When I got a white page and if I open the log file, the last message in the log file is a call to render(context) method on the lifecycle instance, but the phase (PhaseId.RENDER_RESPONSE, response, context) method of this instance is never called by the render() method; then that means the rendering phase is never complete and finally I get a white page. Is the strut-faces 1.0 nightly build compatible with JSF 1.1_01 ? or someone know what have changed in JSF 1.1_01 (compare to JSF 1.1) that causes struts-face 1.0 noncompatible with JSF 1.1_01 ? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]