if (!notDeleted.isEmpty()) {
session.setAttribute("usersNotDeleted", notDeleted);
}
} catch (CreateException e) {
logger.error("[execute] Exception thrown.", e);
throw new CommunicationException(e.getMessage());
}
if (!deleteLog.isEmpty()) {
ActionErrors allErrors = new ActionErrors();
allErrors.add(ActionMessages.GLOBAL_MESSAGE, new ActionMessage("error.freeForm",
"You do not have permission to delete one or more of the records you selected."));