This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Struts and the fly likes Reset tag Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Reset tag" Watch "Reset tag" New topic
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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Reset tag
 
Similar Threads
MappingDispatchAction's JSP CODE
clear dynavalidator form
struts in Resin and Tomcat
How to reset form
calling reset on the form bean