Hi i have a problem with the multiple select box of struts2.
<s:select name="test" id="test" multiple="true" size="2" list="testlist" theme="simple" listKey="testkey" listValue="testvalue" />
The select box name "test" is a field name in my entity.The list data is displaying and i can select multiple items and its stored in the database.But the problem is i could not retain the selected values while modification.But i have noticed that i can retain the value if i select only one item.Any idea?.
valueattribute as explained in the answer posted by @jaiwo99. If you want more control you can use javascript/jquery to do that – anu Jun 21 '12 at 5:39