Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Struts
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
paul wheaton
Ron McLeod
Jeanne Boyarsky
Sheriffs:
Paul Clapham
Saloon Keepers:
Tim Holloway
Roland Mueller
Bartenders:
Forum:
Struts
html:options tag, How can I sort the options?
Jinesh Shah
Greenhorn
Posts: 10
posted 19 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi:
I am a newbie to
Struts
and am using html:options tag to display options on a web-page. Is there any way to sort the options displayed by this tag, say, by setting an attribute or something?? Please let me know.
Thanks in advance for your help!
SCJP, SCWCD
Marc Peabody
pie sneak
Posts: 4727
I like...
posted 19 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
The tag can not sort your collection. Your collection must be sorted before you come to the page.
A good workman is known by his tools.
Jinesh Shah
Greenhorn
Posts: 10
posted 19 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Cool...Thanks for you input!
SCJP, SCWCD
Iftikhar Arain
Ranch Hand
Posts: 95
I like...
posted 19 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
AbstractList, ArrayList, LinkedList, Vector
you can sort all above list with following method.
Collections.sort(list);
Regards.
SCJP,SCWCD,IBM UML,FLEX & AIR,MCAD,MCSD, Adobe ACE
Jinesh Shah
Greenhorn
Posts: 10
posted 19 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Thanks! I did it exactly the way you suggested yesterday and submitted my code
SCJP, SCWCD
CAUTION! Do not touch the blades on your neck propeller while they are active. Tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
html:options onclick
html:options?
struts: html:options tag not working
html:options
html:options tag
More...