RE: How to activate Reset method in ActionForm?

2003-07-28 Thread Chen, Gin
That should be all that you need to do. It will automatically be called before each submitted action, not before the display of the JSP. Make sure that you included the correct method (match signature etc). -Tim -Original Message- From: guruprasad jakka To: [EMAIL PROTECTED] Sent: 7/28/20

RE: How to activate Reset method in ActionForm?

2003-07-28 Thread Laurent PETIT
, Laurent -Original Message- From: Vinayak Birari To: [EMAIL PROTECTED] Sent: 28-7-03 11:22 Subject: Re: How to activate Reset method in ActionForm? Hi, according to struts docs... The methods such as reset and validate are callback methods, container will call these methods, we can not

Re: How to activate Reset method in ActionForm?

2003-07-28 Thread Vinayak Birari
Hi, according to struts docs... The methods such as reset and validate are callback methods, container will call these methods, we can not call these them >>> [EMAIL PROTECTED] 07/28/03 02:49PM >>> Hi, how do I activate the reset method in the ActionForm. I have included the reset method in my A

Re: How to activate Reset method in ActionForm?

2003-07-28 Thread Nagendra Kumar O V S
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---   F