RE: Why "reset" is called when a form is submitted?

2003-02-21 Thread Robert Taylor
http://www.mail-archive.com/struts-user%40jakarta.apache.org/ > -Original Message- > From: Ray Madigan [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 21, 2003 12:31 PM > To: Struts Users Mailing List > Subject: RE: Why "reset" is called when a form is submit

RE: Why "reset" is called when a form is submitted?

2003-02-21 Thread Ray Madigan
2003 9:14 AM To: 'Struts Users Mailing List' Subject: RE: Why "reset" is called when a form is submitted? It's just so much more fun when people get flamed though. I'm just waiting for the regular bunch to start. /me makes some popcorn to get ready for the show

RE: Why "reset" is called when a form is submitted?

2003-02-21 Thread James Mitchell
- > From: Chen, Gin [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 21, 2003 12:14 PM > To: 'Struts Users Mailing List' > Subject: RE: Why "reset" is called when a form is submitted? > > > It's just so much more fun when people get flamed though

RE: Why "reset" is called when a form is submitted?

2003-02-21 Thread Chen, Gin
s Users Mailing List' Subject: RE: Why "reset" is called when a form is submitted? You should search the archives before you get flamed. This very topic has been beaten to death over the last 6 months.to include a very (VERY) indepth explanation by Craig (you know, the gu

RE: Why "reset" is called when a form is submitted?

2003-02-21 Thread James Mitchell
il list > Subject: Why "reset" is called when a form is submitted? > > > Hi, > > I see in my code that the "reset" method is called when the form is > submitted. I use this method to prepare the default values > when the form > is activated (for ex

Why "reset" is called when a form is submitted?

2003-02-21 Thread Zsolt Koppany
Hi, I see in my code that the "reset" method is called when the form is submitted. I use this method to prepare the default values when the form is activated (for example I read data from the database) and I cannot understand why it is necessary to call this method also when the form is submitted.