Re: clear vs. reset

2006-08-10 Thread Martin Gainty
. - Original Message - From: "Adam Gordon" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Thursday, August 10, 2006 1:46 PM Subject: Re: clear vs. reset > Caroline- > > I can't speak for clear vs. reset, but if you look at the default >

Re: clear vs. reset

2006-08-10 Thread Adam Gordon
Caroline- I can't speak for clear vs. reset, but if you look at the default implementation of reset(...), it doesn't do anything - you have to override it in your form bean to have it do anything. However, if you want to persist the data, you can set an attribute on the session and it will b