| Author |
Spring: Populating select boxes based on data in collection
|
Sushma Lakshmi
Greenhorn
Joined: Dec 21, 2007
Posts: 5
|
|
Hi Can anyone please provide pointers on how to populate drop down select boxes based on values set in collections. Any code snippet that depicts how the state of the selected option can be retained would be great. This is my first spring webapp, and my current workaround is to have the html <select><option>...., retrieve the value in the controller and set it in the command. This value is retrieved in the jsp using scriptlets and renderd back. I do realize that this is not the most optimal solution so any pointers will be appreciated. Thanks in advance.
|
 |
 |
|
|
subject: Spring: Populating select boxes based on data in collection
|
|
|