The moose likes Struts and the fly likes edit page html:select multiple= Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "edit page html:select multiple="true"" Watch "edit page html:select multiple="true"" New topic
Author

edit page html:select multiple="true"

ameya n
Greenhorn

Joined: May 14, 2007
Posts: 17
i have an add page ......with list ( html:select hultiple="true" )
......now while adding i select multiple values ..............to develop the edit page .......i want to preselect more than one values from the list ...........how can i implement this in struts ?
Brent Sterling
Ranch Hand

Joined: Feb 08, 2006
Posts: 948
I assume your action form has something like an array that holds the value of the selected items. In the action that shows your page you just need to populate this array on your form with the values you want selected.

- Brent
ameya n
Greenhorn

Joined: May 14, 2007
Posts: 17
yes the previous action contains array which holds the values .....and also action form has such array
 
I agree. Here's the link: http://zeroturnaround.com/jrebel
 
subject: edit page html:select multiple="true"
 
Similar Threads
/html:select multiple="true"/ problem while editing page
how to use list box in struts and how to retrive values in edit page
How to retain value in multiple select box
struts select list question
html:select multiple="true"