key = d2wContext().propertyKey();
}
keyPathsWithValidationExceptions.addObject(key);
if (erv.eoObject() != null && erv.propertyKey() != null && shouldSetFailedValidationValue()) {
try {
erv.eoObject().takeValueForKeyPath(value, erv.propertyKey());
} catch (NSKeyValueCoding.UnknownKeyException ex) {
// AK: as we could have custom components that have
// non-existant keys
// we of course can't push a value, so we discard
// the resulting exception