Struts ActionForm getting cleared after submission
Mayank Rana
Greenhorn
Joined: Apr 04, 2009
Posts: 4
posted
0
Hi,
I have a web application with a page working on 2 action classes sharing 1 form.
In very rare cases, the form value gets cleared just before validation and user gets a blank page with error messages on.
I have checked my reset method and it's been implemented correctly. I read in one of the articles that this kind of thing could happen when we upload a file and the request size exceeds the max size and MultipartRequestHandler objects throws an exception. In my case there is no file upload involved but I am getting the exact same problem. Do you think my request object would have any restriction on size too or something?? I am badly stuck!