| 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
|
 |
 |
|
|
subject: edit page html:select multiple="true"
|
|
|