PropertyValidationSupport support = new PropertyValidationSupport(
userTypeModel, "Brukertype");
if (ValidationUtils.isBlank(ModelUtil.nullToString(userTypeModel
.getDescription()))) {
support.addError("beskrivelse", "m� settes");
}
if (ValidationUtils.isBlank(ModelUtil.nullToString(userTypeModel
.getStartupWindowEnum()))) {
support.addError("oppstartsvindu", "m� settes");