{
throw new PortletException( "Invalid command: " + action + "/" + command );
}
PortletResponse response = event.getPortletResponse();
PortletURI nextURI = response.createURI(Portlet.Mode.EDIT, PortletWindow.State.MAXIMIZED );
event.setNextURI( nextURI );
}
else
{
throw new PortletException( "Invalid action: " + action );