Re: Reset all form bean elements in one shot

2004-03-05 Thread Geeta Ramani
Anant: [EMAIL PROTECTED] wrote: > Thanks > > I never thought it would be as simple as this... :-) > Why didn't I think of this before..:-( If each of us had a penny for every time we thought this, we'd be all set for early retirement in the bahamas..:) Geeta -

RE: Reset all form bean elements in one shot

2004-03-05 Thread anant.parnami
Thanks I never thought it would be as simple as this... :-) Why didn't I think of this before..:-( -Original Message- From: Geeta Ramani [mailto:[EMAIL PROTECTED] Sent: Saturday, March 06, 2004 2:22 AM To: Struts Users Mailing List Subject: Re: Reset all form bean elements in one

RE: Reset all form bean elements in one shot

2004-03-05 Thread Hubert Rabago
: Saturday, March 06, 2004 2:14 AM > To: Struts Users Mailing List > Subject: Re: Reset all form bean elements in one shot > > > Anant: So a brand new form bean won't do the job..? > Geeta > > [EMAIL PROTECTED] wrote: > > > Hi, > > > > I wanted

Re: Reset all form bean elements in one shot

2004-03-05 Thread Geeta Ramani
nt: Saturday, March 06, 2004 2:14 AM > To: Struts Users Mailing List > Subject: Re: Reset all form bean elements in one shot > > Anant: So a brand new form bean won't do the job..? > Geeta > > [EMAIL PROTECTED] wrote: > > > Hi, > > > > I wanted to know i

RE: Reset all form bean elements in one shot

2004-03-05 Thread anant.parnami
How to remove the form bean element from the session if that's the case -Original Message- From: Geeta Ramani [mailto:[EMAIL PROTECTED] Sent: Saturday, March 06, 2004 2:14 AM To: Struts Users Mailing List Subject: Re: Reset all form bean elements in one shot Anant: So a brand new

Re: Reset all form bean elements in one shot

2004-03-05 Thread Geeta Ramani
Anant: So a brand new form bean won't do the job..? Geeta [EMAIL PROTECTED] wrote: > Hi, > > I wanted to know if there is any way in which we can reset all the > elements of the form bean without giving individual resets all the time > > for e.g I have 4 elements in my form bean. say A,B,C,D I am

Reset all form bean elements in one shot

2004-03-05 Thread anant.parnami
Hi, I wanted to know if there is any way in which we can reset all the elements of the form bean without giving individual resets all the time for e.g I have 4 elements in my form bean. say A,B,C,D I am interested in resetting all the four without giving resetAllElements() { A = null B = null C