context.put(REQUEST, request);
context.put(RESPONSE, response);
context.put(STACK, stack);
context.put(OGNL, ognlTool);
context.put(WEBWORK, new VelocityWebWorkUtil(context, stack, (HttpServletRequest) request, (HttpServletResponse) response));
/*
* Add actiontURl/actionXURL in the OGNL context for VM result to retrieve.
*/
String actionURL = com.opensymphony.webwork.portlet.context.PortletContext.getContext().getActionURL();