I am using the validation framework with Struts 1.1.When validation fails, the entire form is reset.
After much time scouring the net, I have gathered:
The solution is to move the display of the form to a different action than that used to forward. In my example, they are both the same.