| Author |
Reset tag
|
sudhakar Tadepalli
Ranch Hand
Joined: Dec 27, 2001
Posts: 130
|
|
Can some one answer how to use Reset tag ?. I have this line in my JSP. <html:reset></html:reset>. Do I need to do anything in the ActionForm ?. This is similar question like this. But didn't find the solution. http://www.coderanch.com/t/51896/Struts/html-reset-Not-working-as
|
 |
Merrill Higginson
Ranch Hand
Joined: Feb 15, 2005
Posts: 4864
|
|
|
The <html:reset> tag simply creates an <input type="reset" > tag. If you're using Struts client side validation, it also disables validation when this button is pressed. Since clicking this button does not cause a form submission, you don't have to do anything on the server side. It just causes the form fields to be reset to their initial value.
|
Merrill
Consultant, Sima Solutions
|
 |
 |
|
|
subject: Reset tag
|
|
|