| Author |
Using Enum with html:select
|
Jason Ferguson
Ranch Hand
Joined: Sep 16, 2007
Posts: 47
|
|
Given a simple enum class: Can I use this enum to generate the values for an html ptions tag?
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26193
|
|
Jay, Are you looking to get the ids or descriptions in the options? UnitOfIssue.values() will give you a collection of the ids. I can't think of a way to get a collection of descriptions without writing some code in the action. It isn't hard code to write of course. Just a loop to build the collection and then stick it in the request/session.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
 |
|
|
subject: Using Enum with html:select
|
|
|