Quoting "Bolutiwi, Olu" <[EMAIL PROTECTED]>:

> How can I use a collection that supports key & value, keep it sorted
> and
> use it in my html:select without messing up the sort order.

You can make your keys comparable [1]  or put your results in a
collection that does not try to re-sort them.

[1] http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Comparable.html

Manos

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to