Uploaded image for project: 'MyFaces Portlet Bridge'
  1. MyFaces Portlet Bridge
  2. PORTLETBRIDGE-47

BridgeImpl pass PortletConfig instance to FacesContextFactory instead PortletContext

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • 1.0.0-alpha-2
    • 1.0.0-beta, 2.0.0-alpha
    • None
    • None

    Description

      On myfaces portlet bridge (for jsf 1.2) do this (org.apache.myfaces.portlet.faces.bridge.BridgeImpl line 240):

      try
      {
      // Get the FacesContext instance for this request
      context =
      getFacesContextFactory().getFacesContext(mPortletConfig, request, response, getLifecycle());

      It should pass a javax.portlet.PortletContext instance instead, because this is the expected var here.

      Attachments

        Issue Links

          Activity

            People

              mike_freedman Michael Freedman
              lu4242 Leonardo Uribe
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: