if (manager.getChildCollectionAsCollection()==null || manager.getChildCollectionAsCollection().size() == 0) {
debug(logger, "The field was required and it is NULL!");
MessageManagerUtils.getCurrentInstance().addErrorMessage("You must set %s",
MessageUtils.createLabelWithNameSpace(
CrudUtils.getClassEntityName(parentClass), manager.getChildCollectionProperty()));
throw new CrankValidationException("");
}
}
}