ServletActionContext sc = (ServletActionContext) context;
HttpServletRequest request = sc.getRequest();
HttpServletResponse response = sc.getResponse();
ServletContext servletContext = sc.getContext();
ActionContext actionContext = actionContextFactory.createActionContext(request, response, servletContext,
actionForm, (ActionMapping) actionConfig);
ActionForward forward = null;
if (action instanceof ControllerAction)