Re: After refreshing Drop Down value has default data

2006-02-13 Thread Laurie Harper
Daniel Kies wrote: Hello...I have an app where you are on a page that has a drop down with select then some values. After you choose a value the form is submitted. Data is reloaded in the array list used to fill the form. WHen I get back to the page the drop down has the value in it that was pr

Re: After refreshing Drop Down value has default data

2006-02-13 Thread Michael Jouravlev
On 2/13/06, Daniel Kies <[EMAIL PROTECTED]> wrote: > Hello...I have an app where you are on a page that has a drop down with > select then some values. After you choose a value the form is submitted. > Data is reloaded in the array list used to fill the form. WHen I get back > to the page the dro

Re: After refreshing Drop Down value has default data

2006-02-13 Thread Daniel Kies
tted can you not set that value on the > form > > > back > > > to the default? > > > > > > -Original Message- > > > From: Daniel Kies [mailto:[EMAIL PROTECTED] > > > Sent: Monday, February 13, 2006 11:28 AM > > > To: Struts U

Re: After refreshing Drop Down value has default data

2006-02-13 Thread mcmoisei
ou not set that value on the form > > back > > to the default? > > > > -Original Message- > > From: Daniel Kies [mailto:[EMAIL PROTECTED] > > Sent: Monday, February 13, 2006 11:28 AM > > To: Struts Users Mailing List > > Subject: After refreshing

Re: After refreshing Drop Down value has default data

2006-02-13 Thread Daniel Kies
> Sent: Monday, February 13, 2006 11:28 AM > To: Struts Users Mailing List > Subject: After refreshing Drop Down value has default data > > Hello...I have an app where you are on a page that has a drop down with > select then some values. After you choose a value the form is submitted.

RE: After refreshing Drop Down value has default data

2006-02-13 Thread Tom Ansley
Once the form has been submitted can you not set that value on the form back to the default? -Original Message- From: Daniel Kies [mailto:[EMAIL PROTECTED] Sent: Monday, February 13, 2006 11:28 AM To: Struts Users Mailing List Subject: After refreshing Drop Down value has default data

After refreshing Drop Down value has default data

2006-02-13 Thread Daniel Kies
Hello...I have an app where you are on a page that has a drop down with select then some values. After you choose a value the form is submitted. Data is reloaded in the array list used to fill the form. WHen I get back to the page the drop down has the value in it that was previously selected. So