Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
1.0.0-alpha-2
-
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
- is related to
-
TOMAHAWK-1331 ExternalContextUtils.getRequestType() doesn't work in a portlet environment
- Closed