Strange bindings error
Strange bindings error
- Subject: Strange bindings error
- From: Wdyp <email@hidden>
- Date: Fri, 7 Dec 2007 16:01:30 +0100
Hi! I’m experiencing a strange core data and bindings error:
"An -observeValueForKeyPath:ofObject:change:context: message was
received but not handled."
My array controller contains objects of entity Salary each having a
relationship to a Person object.
The errors apparently depends on a bound sort descriptors array.
This array of keypaths just works:
- @"person.department.tag", @"person.lastName", @"person.firstName"
But the reverse one causes the error:
- @"person.lastName",@"person.firstName",@"person.department.tag"
If I just do - @"person.lastName",@"person.firstName" then no error
appears.
Why wouldn’t it work with the department tag as the primary key?
Thanks for any help!_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden