Summary: | input:select does not preserve order | ||
---|---|---|---|
Product: | Taglibs | Reporter: | Paul Hettl <paul.hettl> |
Component: | String Taglib | Assignee: | Tomcat Developers Mailing List <dev> |
Status: | CLOSED WONTFIX | ||
Severity: | enhancement | ||
Priority: | P3 | ||
Version: | 1.0 | ||
Target Milestone: | --- | ||
Hardware: | PC | ||
OS: | Linux |
Description
Paul Hettl
2001-08-16 06:57:25 UTC
Order isn't intended to be preserved; you can use a TreeMap if you want an ordering against a Comparable, and you can also write a Map using a back-end Vector if you want to preserve order of entry. The key is to simplify the page author's usage; using two separate Lists won't necessarily do that. Thanks for the suggestion. Do you have another suggested mechanism that won't complicate usage? |