Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.2.12-core, 2.0.0-alpha
-
None
-
portlet, any OS
Description
The StateManagerImpl$PageState.popRoot method uses the PortletUtils.getPortletViewRoot method to wrap the root object when in a Portlet use case. This causes errors in some bridges because the object returned form the utility method may not be the same as the one injected as the viewRoot by the bridge.
The fix is to mimic the RI (Mojarra) to call newInstance on the root returned from the application.