What a nonsense sentence! What I meant to say was:

That isn't the purpose of the (confusingly named) reset method. Reset is
there to, typically, deal with the way html forms submit checkbox fields
(they don't submit anything if they are null).

Paul

> -----Original Message-----
> From: Paul McCulloch [mailto:[EMAIL PROTECTED]
> Sent: Thursday, October 07, 2004 9:27 AM
> To: 'Struts Users Mailing List'
> Subject: RE: cleaning session
> 
> 
> That isn't the purpose of the (confusingly named) reset 
> method. Reset is
> there to, typically, deal with the html forms submit checkbox 
> fields (they
> don't submit anything if they are null).
> 
> Paul
> 
> > -----Original Message-----
> > From: Leandro Melo [mailto:[EMAIL PROTECTED]
> > Sent: Wednesday, October 06, 2004 5:43 PM
> > To: Struts Users Mailing List
> > Subject: Re: cleaning session
> > 
> > 
> > If you have your action in HttpSession, why don`t you
> > just call reset whenever a user clicks on the button
> > supposed to start this wizard?
> > 
> > 
> > 
> >  --- struts lover <[EMAIL PROTECTED]> escreveu: 
> > > Hello everyone,
> > > I am facing this problem of session. I have my
> > > action
> > > form in session(a wizard like thing). Now if the
> > > user
> > > starts filling in values  and clicks on the NEXT
> > > button, to go on to the next screen and then instead
> > > of completing the process of application, clicks on
> > > some other link.
> > > Again he wants to start with the application
> > > process,
> > > the form get pre-populated with the previous values,
> > > as the form in still in session. I want a clean
> > > form.
> > > How to overcome this problem???
> > > Any ideas???
> > > Thanks. 
> > > 
> > > 
> > >           
> > > _______________________________
> > > Do you Yahoo!?
> > > Declare Yourself - Register online to vote today!
> > > http://vote.yahoo.com
> > > 
> > >
> > 
> ---------------------------------------------------------------------
> > > To unsubscribe, e-mail:
> > > [EMAIL PROTECTED]
> > > For additional commands, e-mail:
> > > [EMAIL PROTECTED]
> > > 
> > >  
> > 
> > __________________________________________________
> > Do You Yahoo!?
> > Tired of spam?  Yahoo! Mail has the best spam protection around 
> > http://mail.yahoo.com 
> > 
> > 
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > 
> 
> 
> **********************************************************************
> Axios Email Confidentiality Footer
> Privileged/Confidential Information may be contained in this 
> message. If you are not the addressee indicated in this 
> message (or responsible for delivery of the message to such 
> person), you may not copy or deliver this message to anyone. 
> In such case, you should destroy this message, and notify us 
> immediately. If you or your employer does not consent to 
> Internet email messages of this kind, please advise us 
> immediately. Opinions, conclusions and other information 
> expressed in this message are not given or endorsed by my 
> Company or employer unless otherwise indicated by an 
> authorised representative independent of this message.
> WARNING:
> While Axios Systems Ltd takes steps to prevent computer 
> viruses from being transmitted via electronic mail 
> attachments we cannot guarantee that attachments do not 
> contain computer virus code.  You are therefore strongly 
> advised to undertake anti virus checks prior to accessing the 
> attachment to this electronic mail.  Axios Systems Ltd grants 
> no warranties regarding performance use or quality of any 
> attachment and undertakes no liability for loss or damage 
> howsoever caused.
> **********************************************************************
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to