Re: using validation,can i return with...

2004-04-15 Thread Xuemin Guan
> I'm using struts validation in my project, > my problem is:when i return from my validationForm, > all the form data in the jsp page have been > cleared.Can't i return to the jsp page with all the data > there,so i can just correct the wrong data. > For example,in the registration page,my valida

SV: using validation,can i return with...

2004-04-15 Thread hermod . opstvedt
Hi Add the formdata back into the request, before you return from the validation routine. Alt. have the formdata in sessionscope. Hermod -Opprinnelig melding- Fra: dream_and_yang [mailto:[EMAIL PROTECTED] Sendt: 15. april 2004 09:54 Til: struts-user Emne: using validation,can i return

using validation,can i return with...

2004-04-15 Thread dream_and_yang
I'm using struts validation in my project, my problem is:when i return from my validationForm, all the form data in the jsp page have been cleared.Can't i return to the jsp page with all the data there,so i can just correct the wrong data. For example,in the registration page,my validationForm fin

using validation,can i return with...

2004-04-15 Thread dream_and_yang
I'm using struts validation in my project, my problem is:when i return from my validationForm, all the form data in the jsp page have been cleared.Can't i return to the jsp page with all the data there,so i can just correct the wrong data. For example,in the registration page,my validationForm fin