Re: Clearing Input fields

2004-05-06 Thread Brian Boyle
Rüdiger, Thanks for your help. That works perfectly! Brian From: "Rüdiger Schulz" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Subject: Re: Clearing Input fields D

Re: Clearing Input fields

2004-05-06 Thread Rüdiger Schulz
Hello Brian Boyle, on 06.05.2004 at 18:35 you wrote: > Please excuse my lack of knowledge about Struts! I've only started learning > it recently. I just have completed my first Struts project as well, and lack of knowledge is what usually brings people to mailing lists :-) > First of all you sai

Re: Clearing Input fields

2004-05-05 Thread Brian Boyle
all your assistance, Brian From: Hubert Rabago <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: Struts Users Mailing List <[EMAIL PROTECTED]> Subject: Re: Clearing Input fields Date: Wed, 5 May 2004 09:53:43 -0700 (PDT) MIME

Re: Clearing Input fields

2004-05-05 Thread Hubert Rabago
t scope, and > what difference does this make form putting it into the session scope? > > Regards, > > Brian > > > >From: Hubert Rabago <[EMAIL PROTECTED]> > >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> > >To: Struts Users Maili

Re: Clearing Input fields

2004-05-05 Thread Brian Boyle
? Regards, Brian From: Hubert Rabago <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: Struts Users Mailing List <[EMAIL PROTECTED]> Subject: Re: Clearing Input fields Date: Wed, 5 May 2004 08:55:31 -0700 (PDT) MIME-Version: 1.0 Re

Re: Clearing Input fields

2004-05-05 Thread Brian Boyle
ss to distinguish between the two. Is is something in the request? THanks, Brian From: "Rüdiger Schulz" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Subject: Re: Clear

Re: Clearing Input fields

2004-05-05 Thread Riyad Kalla
will I need a differnet one for each button? > > Thanks, > > Brian > > >From: Riyad Kalla <[EMAIL PROTECTED]> > >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> > >To: Struts Users Mailing List <[EMAIL PROTECTED]> > >Subject: Re

Re: Clearing Input fields

2004-05-05 Thread Hubert Rabago
Brian, Aside from putting your form bean in request scope, you really don't need to do anything special to clear the form when a new form is being shown. Javascript certainly isn't required to clear it. Try it out and mail back if just putting it to request scope doesn't work as you expected. H

RE: Clearing Input fields

2004-05-05 Thread Pingili, Madhupal
an Boyle [SMTP:[EMAIL PROTECTED] > Sent: Wednesday, May 05, 2004 11:04 AM > To: [EMAIL PROTECTED] > Subject: RE: Clearing Input fields > > Hi Reddy, > > Thanks for your reply. I understand what you are saying by writing a > javascript function for an onClick even

Re: Clearing Input fields

2004-05-05 Thread Rüdiger Schulz
Hello Brian Boyle, on 05.05.2004 at 17:39 you wrote: > On my last page I have two buttons. One that will let me continue > with the applicaiton and the other is the button that will bring me back to > the original page. Will I need to have two forms and an differnent Action > class for each form?

Re: Clearing Input fields

2004-05-05 Thread Brian Boyle
lt;[EMAIL PROTECTED]> To: Struts Users Mailing List <[EMAIL PROTECTED]> Subject: Re: Clearing Input fields Date: Wed, 05 May 2004 08:25:52 -0700 MIME-Version: 1.0 Received: from mail.apache.org ([208.185.179.12]) by mc8-f13.hotmail.com with Microsoft SMTPSVC(5.0.2195.6824); Wed, 5 May

Re: Clearing Input fields

2004-05-05 Thread Riyad Kalla
. Thanks Brian From: "Pingili, Madhupal" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: 'Struts Users Mailing List' <[EMAIL PROTECTED]> Subject: RE: Clearing Input fields Date: Wed, 5 May 2004 09:48:15 -0400

RE: Clearing Input fields

2004-05-05 Thread Brian Boyle
of having to click reset when I return to the page. Thanks Brian From: "Pingili, Madhupal" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: 'Struts Users Mailing List' <[EMAIL PROTECTED]> Subject: RE: Clearing Input

RE: Clearing Input fields

2004-05-05 Thread Robert Taylor
y, May 05, 2004 9:40 AM > To: [EMAIL PROTECTED] > Subject: Clearing Input fields > > > Hi guys! > > I was wonderng if anyone could help me with aporblem I have. I input data > into my input fields on my JSP page. If I press reset the fields are > cleared. I press submit

RE: Clearing Input fields

2004-05-05 Thread Pingili, Madhupal
me know if you need generic javascript which only needs form name to clear all fields. Reddy Pingili > -Original Message- > From: Brian Boyle [SMTP:[EMAIL PROTECTED] > Sent: Wednesday, May 05, 2004 9:40 AM > To: [EMAIL PROTECTED] > Subject: Clearing Input fields

RE: Clearing Input fields

2004-05-05 Thread mike . raath
PROTECTED] Subject: Clearing Input fields Hi guys! I was wonderng if anyone could help me with aporblem I have. I input data into my input fields on my JSP page. If I press reset the fields are cleared. I press submit and my ActoinForm reads the data in and my Action processes it etc

Clearing Input fields

2004-05-05 Thread Brian Boyle
Hi guys! I was wonderng if anyone could help me with aporblem I have. I input data into my input fields on my JSP page. If I press reset the fields are cleared. I press submit and my ActoinForm reads the data in and my Action processes it etc However, when I return to this page again the sa