You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by guruprasad jakka <gu...@ureach.com> on 2003/07/28 11:19:19 UTC

How to activate Reset method in ActionForm?

Hi,
how do I activate the reset method in the ActionForm.

I have included the reset method in my ActionForm, but it is not
activated.
Also, I would like to know if the reset method is read before
the display of the jsp.

Thanks.


J G Guru Prasad
V sem, Information Technology,
Bachelor of Engineering,
National Institute of Technology Karnataka, Surathkal.
( formerly KREC,Surathkal )



________________________________________________
Get your own "800" number
Voicemail, fax, email, and a lot more
http://www.ureach.com/reg/tag

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


Re: How to activate Reset method in ActionForm?

Posted by Nagendra Kumar O V S <na...@ikigo.com>.
hi,
u can't activate reset method from the actionform.... when the form is
submitted , reset is called automatically and then the form elements are
pupulated to the action form

- nagi

-------Original Message-------

From: Struts Users Mailing List
Date: Monday, July 28, 2003 02:49:35 PM
To: struts-user@jakarta.apache.org
Subject: How to activate Reset method in ActionForm?

Hi,
how do I activate the reset method in the ActionForm.

I have included the reset method in my ActionForm, but it is not
activated.
Also, I would like to know if the reset method is read before
the display of the jsp.

Thanks.


J G Guru Prasad
V sem, Information Technology,
Bachelor of Engineering,
National Institute of Technology Karnataka, Surathkal.
( formerly KREC,Surathkal )



________________________________________________
Get your own "800" number
Voicemail, fax, email, and a lot more
http://www.ureach.com/reg/tag

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


.