Hi,

Mike Quentel wrote:

I tried using some of the java.util.Collections classes, but did not get this to work.

You have to add SelectItems to list in your specific order. If you don't want to sort entries in your database (which would be fastest), you can always write Comparator (or implement Comparable) for your objects and then use Collections.sort().

Regards

Jacek Bilski

Reply via email to