[ http://issues.apache.org/jira/browse/MYFACES-121?page=comments#action_60588 ] Matthias We�endorf commented on MYFACES-121: --------------------------------------------
I changed code base of Struts-Faces lib and removed the Wrapper clazz and changed the RequestProcessor clazzes And that version works fine with the patched JspViewHandlerImpl -Matthias > struts-faces incompatibilities with .do servlet mapping > ------------------------------------------------------- > > Key: MYFACES-121 > URL: http://issues.apache.org/jira/browse/MYFACES-121 > Project: MyFaces > Type: Improvement > Versions: Nightly Build > Reporter: Mike Traum > Attachments: JspViewHandlerImpl.patch > > MyFaces is incompatible with struts-faces. There are several threads about > this issue: > - http://www.mail-archive.com/[email protected]/msg01610.html > - http://www.mail-archive.com/[email protected]/msg00265.html > The crux of the problem lies in the fact that JspViewHandlerImpl.renderView > attempts to determine the servlet mapping of the current request. When > coming through struts-faces, the servletPath will be ".do" (or whatever > struts 'action' is mapped to), and JspViewHandlerImpl.getServletMapping > will throw an exception if it does not match the servlet mapping for the > faces servlet. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira
