I'm trying to write a web app where I submit a form in my
jsp to a
servlet . My form fields are reference through a bean ie . of the forn
Now I persist the value of the entered fields in the bean through request, However when i try to reset the page using a reset button, it doesnt work...
I know that the page is reloaded with the values that correspond to "bean.textfield" but is there a workaround to clear the form after submission??