I have a simple form which has 4 fields a submit and a reset button. WHen the form is initially loaded, everything works fine, and the reset button actually sets the values to their default values according to the form bean. But on a certain condition in my action i forward back to the form i.e.
mapping.findInputforward(); after this the reset button stops working. The values entered earlier are not set to their defaults. Any ideas why it could be happening, or is it something i have understood wrong. THanks -- Puneet