} catch (Exception e) {
log.error(getMessages().getMessage("create.validator.error",
new Object[] { displayElement }), e);
throw e;
}
parent.addValidator(validator);
// reassign the child to the validator for the
// AssignPropertiesCommand
clayContext.setChild(validator);
return isFinal;