hi:
all, I use the validate() method of ActionForm to help me validate some inputs in the form in my
JSP page, but I have encountered a strange error....
let us say if one of the input fields is invalid, then it will return to the original JSP page with the error msg(s), however, when that happens, my "Reset" button doesn't work properly, meaning, if i click the "reset" button , it won't clear out the fields for me.
But my "reset" button does clear out the fields when the user FIRST enters the JSP page,
so I thought it was rather strange, can sombody please lend me a hand?
many thanks....