Re: Form data lost [S 1.3.8]

2012-07-31 Thread Anjib
aren't default scope is session?? i am wondering if I am missing any other point other than scope. On 7/31/2012 6:20 PM, Paul Benedict wrote: I think you're losing the data because you're unintentionally creating a new form. Make sure both actions refer to the form with the same scope. On Tue

Re: Form data lost [S 1.3.8]

2012-07-31 Thread Paul Benedict
I think you're losing the data because you're unintentionally creating a new form. Make sure both actions refer to the form with the same scope. On Tue, Jul 31, 2012 at 11:09 AM, Anjib Mulepati wrote: > Hi All, > > I am using large form to input data. I have some validation code as well as > I ha

Re: Form data lost [S 1.3.8]

2012-07-31 Thread Anjib Mulepati
von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen. > Date: Tue, 31 Jul 2012 12:09:07 -0400 > From: anji...@hotmail.com > To: user@struts.apache.org > Subject: Form data lost [S 1.3.8] > > Hi All, > > I am using large form to input data. I have some validat

Form data lost [S 1.3.8]

2012-07-31 Thread Anjib Mulepati
Hi All, I am using large form to input data. I have some validation code as well as I have condition where if something goes wrong in execution of action it will take the user back to the form. My problem is when validation fail or form returned from action execution all my form data are lost.