RE: Examples of mutli-click prevention using struts tokens

2001-08-16 Thread Craig R. McClanahan
1 open, isValid() in Action2 will > assure that only > the last one opened is executed. > > Looking at the stuff in Action2 makes me think, that you might want to put > it into > a synchronized block depending on how fast your doStuff executes. > > Hope this helped, > >

RE: Examples of mutli-click prevention using struts tokens

2001-08-16 Thread Tim Fox
Ursprungliche Nachricht- Von: Tim Fox [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 15. August 2001 16:41 An: [EMAIL PROTECTED] Betreff: RE: Examples of mutli-click prevention using struts tokens Thanks for your reply. What I really meant when I said I don't have an html:form, is that I

Re: Examples of mutli-click prevention using struts tokens

2001-08-15 Thread martin . cooper
- From: "Tim Fox" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 15, 2001 7:41 AM Subject: RE: Examples of mutli-click prevention using struts tokens > Thanks for your reply. > What I really meant when I said I don't have an html:form, is tha

RE: Examples of mutli-click prevention using struts tokens

2001-08-15 Thread Tim Fox
Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: 14 August 2001 17:05 To: [EMAIL PROTECTED] Subject: Re: Examples of mutli-click prevention using struts tokens On Tue, 14 Aug 2001, Tim Fox wrote: > Anyone know of any examples of how to use the > saveToken(), resetToken(), and isTokenValid(

Re: Examples of mutli-click prevention using struts tokens

2001-08-14 Thread Craig R. McClanahan
On Tue, 14 Aug 2001, Tim Fox wrote: > Anyone know of any examples of how to use the > saveToken(), resetToken(), and isTokenValid() methods - for prevention of > submission of forms multiple times. > I can't find anything in the docs. > Specifically I want to be able to use them in the situation