Re: EOCustomObject valueForKey avoiding infinite recursion
Re: EOCustomObject valueForKey avoiding infinite recursion
- Subject: Re: EOCustomObject valueForKey avoiding infinite recursion
- From: John Pollard <email@hidden>
- Date: Thu, 11 Sep 2014 20:22:28 +0100
Apologies, I meant takeStoredValueForKey(). Within there, how can I safely see what the value currently is when when this method is called, before I invoke super. takeStoredValueForKey() to take on the new value? John The order of calls is:
takeValueForKey -> setXXX -> takeStoredValueForKey
All of these maybe skipped except for takeStoredValueForKey, so that is the only one you should override to see what is getting saved.
|
_______________________________________________
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