Hi What is the best way to rest form values from Action class, for example i have an application where users adds data from a webpage and redirected to the same page when data is inserted successfully, i tried form.reset(...) method but it is not working, is there any other way to do so
Ashish