ok i know this is a total noob question with a very simply solution, but for the life of me i can't figure it out or google up the answer.
so i have a form-bean that has a single field. when the user submits the form and there is something wrong with the input, the Action forwards it back to the original page with the form. In the browser, the field gets automatically repopulated with the value that the user entered previously, but I actually want it to be blank. How do I do this in
struts 1.x? thanks