Look at the struts-example, it explains it very well.
--- "Suriyanarayanan, Senthil Kumar"
<[EMAIL PROTECTED]> wrote:
> Ted,
>       Can you please elaborate "prepares the form" and "processes the
> form". Preferably with an example or code snippet.
> 
> 
> Thanks
> Senthil Kumar.S
> 
> -----Original Message-----
> From: Ted Husted [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, April 25, 2001 7:59 PM
> To: [EMAIL PROTECTED]
> Subject: Re: What is token and When/Why/Where to use it?
> 
> 
> Mostly to keep people from pressing submit more than once, which can
> result things like duplicate sales. 
> 
> In the action that prepares the form, call saveToken(request). 
> 
> In the action the processes the form, check isTokenValid(request)). If
> it is not valid, you can send them to an error or help page. If it is
> valid, resetToken(request) and process. 
> 
> "Suriyanarayanan, Senthil Kumar" wrote:
> > 
> > Hello,
> >         I would like to know what is the significant of the token in
> the
> > Action class.
> > Also I would like to know when/Why/Where to use it.
>  
>
**************************************************************************
> The Information transmitted herewith is sensitive information intended
> only
> for use to the individual or entity to which it is addressed. If the
> reader
> of this message is not the intended recipient, you are hereby notified
> that
> any review, retransmission, dissemination, distribution, copying or
> other
> use of, or taking of any action in reliance upon, this information is
> strictly prohibited. If you have received this communication in error,
> please contact the sender and delete the material from your computer.


__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

Reply via email to