.getAttributeNames());
portletBridgeContext.setStateId(stateId);
request.setAttribute(
PortletBridgeContext.REQUEST_PARAMETER_NAME,
portletBridgeContext);
PortletBridgePrincipal portletPrincipal = getPortletPrincipal();
if(null != portletPrincipal){
request.setAttribute(PortletRequest.USER_INFO, portletPrincipal.getUserInfo());
}
} else {
throw new FacesException(
"No saved portlet window state for an id " + stateId);
}