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      (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to