int numRecords = dao.delete(getLoggedInUserName(), getUserId(), predictionLists);
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();
}