Help in ActionForm validation
Hi,
I have a simple form that accepts 4 fields.
I want to do some validation in the ActionForm.validate() method.
My ActionForm.validation() is working fine, but after the validation when i get the form(jsp) with the error message all the form fields are set to blank. User has to again enter all the information.
Why is it so? What is the solution?
Please help me
Thanks
gopal
|