try {
response.setContentType("text/html");
PortletContext portletContext = (PortletContext) PortletMessaging.receive(request, "PortletContext");
PortletContext.setContext(portletContext);
ActionContext actionContext = (ActionContext) PortletMessaging.receive(request, "ActionContext");
ActionContext.setContext(actionContext);