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
I changed the action mapping to: So it should be request data, but it keeps the previously selected item in the list after submitting the form and returning to the page. On 2/13/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Is that session form ? > > --

Re: After refreshing Drop Down value has default data

2006-02-13 Thread mcmoisei
Is that session form ? -- Original message -- From: Daniel Kies <[EMAIL PROTECTED]> > Yes that is the problem I am having. > > On 2/13/06, Tom Ansley <[EMAIL PROTECTED]> wrote: > > > > Once the form has been submitted can you not set that value on the form > > ba

Re: After refreshing Drop Down value has default data

2006-02-13 Thread Daniel Kies
Yes that is the problem I am having. On 2/13/06, Tom Ansley <[EMAIL PROTECTED]> wrote: > > 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

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 He