Re: EditingContext/Sorting Problem SOLVED
Re: EditingContext/Sorting Problem SOLVED
- Subject: Re: EditingContext/Sorting Problem SOLVED
- From: David Avendasora <email@hidden>
- Date: Tue, 3 Apr 2007 09:59:11 -0500
Okay. I've given the method a new name and it is working perfectly
now. I'm assuming that this applies to filtering the array of related
objects as well. Yes?
BTW, did I miss something in the documentation where it tells you not
to override these? I have several WO books as well, and while the
examples always show using a separate method, they don't say it's
required.
Thanks again for the help everyone!
On Apr 3, 2007, at 9:51 AM, Ken Anderson wrote:
Use a separate method instead of overriding the existing method.
There are assumptions made about the array returned via KVC, and
you are breaking those assumptions by reordering an array that EOF
thinks it owns.
_______________________________________________
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