throw new ServletException(msg, ex);
}
String actionWindowId = portalURL.getActionWindow();
String resourceWindowId = portalURL.getResourceWindow();
PortletWindowConfig actionWindowConfig = null;
PortletWindowConfig resourceWindowConfig = null;
if (resourceWindowId != null){
resourceWindowConfig = PortletWindowConfig.fromId(resourceWindowId);
} else if(actionWindowId != null){
actionWindowConfig = PortletWindowConfig.fromId(actionWindowId);