fLogger.fine("Account deleted for user login name: " + getLoggedInUserName().getRawString() + ". This many rows deleted:" + numRecords);
//interesting - log off by calling another action directly
//BUT cannot use the response page of the other action
Action logoff = new LogoffAction(getRequestParser());
logoff.execute();
}
// PRIVATE //
private static final ResponsePage FORWARD = TemplatedPage.get("Delete Your Account", "view.jsp", DeleteAccountAction.class);
private static final ResponsePage REDIRECT = new ResponsePage("../../Home.jsp");