Re: You crossed editing context boundaries...
Re: You crossed editing context boundaries...
- Subject: Re: You crossed editing context boundaries...
- From: Mike Schrag <email@hidden>
- Date: Tue, 14 Oct 2008 19:54:24 -0400
NSArray<EOSortOrdering> order = new NSArray(new ERXSortOrdering("id",ERXSortOrdering.CompareAscending));
This is not related to your problem... but since it looks like you are using Wonder I think you can do this too to get your sort orderings:
NSArray<EOSortOrdering> order = new WorkDay.ID.asc().array();
or even better: NSArray<EOSortOrdering> order = WorkDay.ID.ascs();
ms |
_______________________________________________
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