//
// The interceptor declined to forward us anywhere -- just go to the originally-intended Forward.
//
InterceptorForward fwd = pushedPageFlowWrapper.getInterceptedForward();
fwd.rehydrateRequest( request );
return fwd;
}
public ActionForwardHandler getRegisteredActionForwardHandler()
{