portletRequest.init(portletContext, request);
PortletWindow window =
ContainerInvocation.getInvocation().getPortletWindow();
PortletInvocationEvent event =
new PortletInvocationEvent(portletRequest, window, methodId.intValue());
notify(event, true, null);
try {