}
//
// Execute the action.
//
RequestInterceptorContext requestContext =
context != null ?
context :
new RequestInterceptorContext( request, response, getServletContext() );
ActionRunner actionExecutor = new ActionRunner( requestContext, action, form, mapping );
ActionForward ret = ActionInterceptors.wrapAction( context, interceptors, actionExecutor );
//
// Run any post-action interceptors.