Hi people, can some one help me , how can i Create Dropdown with multiple selection in struts. How can I retireve all the selected values in my form bean.
Merrill Higginson
Ranch Hand
Joined: Feb 15, 2005
Posts: 4864
posted
0
Specify multiple="true" with the <html:select> tag. Then Make sure the property refers to an array. The array should generally be String[], but it could also be int[]. Example: