The reset tag generates an <input type="reset"> element. When clicked, the browser returns the other form’s elements to their initial values. Nothing is processed on the server. Nor does it have to do with the reset method in an action form.
Here is an example of the reset tag.
<html:reset value="Reset Form"/>