EOCustomObject valueForKey avoiding infinite recursion
EOCustomObject valueForKey avoiding infinite recursion
- Subject: EOCustomObject valueForKey avoiding infinite recursion
- From: John Pollard <email@hidden>
- Date: Thu, 11 Sep 2014 14:55:16 +0100
Hi List,
In some debugging within takeValueForKey() I want to find out if the key already has a value set. If I call valueForKey() or storedValueForKey() and the value isn't already set I get infinite recursion as it triggers a fault and tries to load with takeValueForKey() and so on.
I am trying to debug where a value is being set to null, but apparently not going via validateXXX() or setXXX() methods, so I want to trap the case where the takeValueForKey() is passed null when the key value was previously non-null and log a stack trace.
Thanks
John
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden