• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
WOSortOrderManyKey
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

WOSortOrderManyKey


  • Subject: WOSortOrderManyKey
  • From: WIESEN Bruno <email@hidden>
  • Date: Wed, 28 Mar 2007 11:55:00 +0200

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@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: WOSortOrderManyKey
      • From: Robert Walker <email@hidden>
  • Prev by Date: Tomcat & WROX
  • Next by Date: Returning a PDF file
  • Previous by thread: Tomcat & WROX
  • Next by thread: Re: WOSortOrderManyKey
  • Index(es):
    • Date
    • Thread