Uploaded image for project: 'MyFaces Core'
  1. MyFaces Core
  2. MYFACES-121

struts-faces incompatibilities with .do servlet mapping

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.1.0
    • None
    • None
    • None

    Description

      MyFaces is incompatible with struts-faces. There are several threads about this issue:

      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.

      Attachments

        1. JspViewHandlerImpl.patch
          1 kB
          Mike Traum

        Activity

          People

            Unassigned Unassigned
            mtraum Mike Traum
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: