Hello,
I use a WOSortOrderManyKey to sort my WODisplayGroup but i can"t get
it work correctly...
Here is how I do this :
First, in WOBuilder, I added a WOSortOrderManyKey in a WOForm with
binding multipleSubmit= true
Then, I bind my displayGroup and my keyList
Here is my KeyList :
NSMutableArray sortOrderings = new NSMutableArray ();
sortOrderings.addObject ( new EOSortOrdering ("nomWeb",
EOSortOrdering.CompareAscending));
sortOrderings.addObject ( new EOSortOrdering ("prixVente",
EOSortOrdering.CompareAscending));
fSession.fProduitsGroup.setSortOrderings (sortOrderings);
fOrderKeyList= new NSMutableArray
(fSession.fProduitsGroup.sortOrderings());
The problem is the following :
The first time it works then...nothing happens...
An idea??
Thank you!
Bruno _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [email protected]