Re: retaining multi select options with hidden fields

2005-09-23 Thread Laurie Harper
Tim Dudgeon wrote: 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 ... multi-select which is populating a String[] property of a form bean, and then on the second page I need to retain thos

RE: retaining multi select options with hidden fields

2005-09-23 Thread Vijaya S
23, 2005 12:59 PM To: user@struts.apache.org Subject: retaining multi select options with hidden fields 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 ... multi-select which is populating a

retaining multi select options with hidden fields

2005-09-23 Thread Tim Dudgeon
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 ... 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 hi