BridgeImpl pass PortletConfig instance to FacesContextFactory instead
PortletContext
------------------------------------------------------------------------------------
Key: PORTLETBRIDGE-47
URL: https://issues.apache.org/jira/browse/PORTLETBRIDGE-47
Project: MyFaces Portlet Bridge
Issue Type: Bug
Affects Versions: 1.0.0-alpha-2
Reporter: Leonardo Uribe
Priority: Critical
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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.