>>>>> "Rajiv" == Rajiv Kewalramani <[EMAIL PROTECTED]> writes:
Rajiv> I have a need to impose First In First Out ordering of select options. I
Rajiv> ended up modifying the select tag, replacing the Map representing the
Rajiv> options with a pair of Collections.
Rajiv> Is there an easier/better way to do this using the existing <input:select>
Rajiv> tag?
Well, I don't see a way to use the existing tag, without modifying it. If you
want a slightly better solution than a pair of Collections, you could use the
"SequencedHashMap" in the new release of the Commons Collections library. I
haven't used this, I just noticed it in the release notes.
--
===================================================================
David M. Karr ; Java/J2EE/XML/Unix/C++
[EMAIL PROTECTED]
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>