protected void sendRedirect(
      ActionRequest actionRequest, ActionResponse actionResponse, String redirect)
      throws IOException {

    sendRedirect(null, actionRequest, actionResponse, redirect, null);
  }
  protected void sendRedirect(ActionRequest actionRequest, ActionResponse actionResponse)
      throws IOException {

    sendRedirect(actionRequest, actionResponse, null);
  }