}
} //end of if(rowId[i] != null && !rowId[i].equals(""))
} //end of for (int i=0; i<rowId.length; i++)
} 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."));