I need to retain the selections a user has made using a multi-select on one 
page by using hidden fields on the next page.

On the first page I have a

<html:select multiple="true" property="multiSelectProp" ...>
...
</html:select>

multi-select which is populating a String[] property of a form bean, and then 
on the second page I need to retain those selections using hidden fields. What 
is the syntax I need to use for the hidden fields to ensure that the String[] 
property gets set correctly by the BeanUtils magic?

Do I need to iterate through the values of the String[] and write out an 
indexed hidden field for each one?

Tim



-------------------------------------------------------------
<a href="http://Struts_User_List.roomity.com";>roomity.com</a>
roomity.com is broadband internet. ~~1127460559626~~
-------------------------------------------------------------

Reply via email to