getErrorHandler().addError(error);
return;
}
IModalitiesValueDAO moddao = DAOFactory.getModalitiesValueDAO();
ModalitiesValue modVal = moddao.loadModalitiesValueByID(new Integer(idStr));
moddao.eraseModalitiesValue(modVal);
} catch (Exception ex) {
logger.error("Cannot fill response container", ex );
HashMap params = new HashMap();
params.put(AdmintoolsConstants.PAGE, ListLovsModule.MODULE_PAGE);
throw new EMFUserError(EMFErrorSeverity.ERROR, 1020, new Vector(), params);