Re: multiple form submits

2010-05-20 Thread André Warnier
Just some comments.. How about the following? When the form is submitted, display a page without a submit button that 1) indicates the form is being processed and 2) submits the form data for actual processing. And in the meantime, where is the page with the form with the data that has to

Re: Re: multiple form submits

2010-05-20 Thread Terence M. Bandoian
How about the following? When the form is submitted, display a page without a submit button that 1) indicates the form is being processed and 2) submits the form data for actual processing. -Terence Bandoian Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pid, On

Re: multiple form submits

2010-05-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pid, On 5/20/2010 11:51 AM, Pid wrote: > On 20/05/2010 15:01, Christopher Schultz wrote: >> That's fine, but the onclick handler doesn't do anything but disable >> itself upon the first click. > > It doesn't need to; after the scriptlet completes it

Re: multiple form submits

2010-05-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hassan, On 5/20/2010 10:31 AM, Hassan Schroeder wrote: > On Thu, May 20, 2010 at 7:01 AM, Christopher Schultz > wrote: > > UserVisitor is clicking the image based href MULTIPLE TIMES > >> I'd love to hear some clever solutions to this problem

Re: multiple form submits

2010-05-20 Thread Pid
On 20/05/2010 15:01, Christopher Schultz wrote: > Pid, > > On 5/17/2010 4:43 PM, Pid wrote: >> On 17/05/2010 21:07, Christopher Schultz wrote: >>> Karthik, >>> >>> On 5/13/2010 3:45 AM, Karthik Nanjangude wrote: Question : My web application uses "href" & "css based image's" for tr

Re: multiple form submits

2010-05-20 Thread Hassan Schroeder
On Thu, May 20, 2010 at 7:01 AM, Christopher Schultz wrote: UserVisitor is  clicking the image based href  MULTIPLE TIMES > I'd love to hear some clever solutions to this problem. Create a unique value in a hidden field in each displayed form. Have a servlet filter save the value of that

Re: multiple form submits

2010-05-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pid, On 5/17/2010 4:43 PM, Pid wrote: > On 17/05/2010 21:07, Christopher Schultz wrote: >> Karthik, >> >> On 5/13/2010 3:45 AM, Karthik Nanjangude wrote: >>> Question : My web application uses "href" & "css based image's" >>> for transferring th

Re: multiple form submits

2010-05-17 Thread Pid
On 17/05/2010 21:07, Christopher Schultz wrote: > Karthik, > > On 5/13/2010 3:45 AM, Karthik Nanjangude wrote: >> Question : My web application uses "href" & "css based image's" >> for transferring the request from 1 page to another The problem is >> UserVisitor is clicking the image based

Re: multiple form submits

2010-05-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Karthik, On 5/13/2010 3:45 AM, Karthik Nanjangude wrote: > Question : My web application uses "href" & "css based image's" > for transferring the request from 1 page to another The problem is > UserVisitor is clicking the image based href MULT

Re: multiple form submits

2010-05-13 Thread Steve Yates
Karthik, I have just re-iterated what Pid has already explained. I am not fast enough. +1 Pid RGS On 5/13/2010 6:10 PM, Pid wrote: > On 13/05/2010 08:45, Karthik Nanjangude wrote: > >> Hi >> >> Spec : >> JDK1.5 >> TOMCAT 6.0.20 >> O/s windows /Linux >> >> >> Question : My web applicatio

Re: multiple form submits

2010-05-13 Thread Steve Yates
Hello Karthik, It is a little difficult for application server such as Tomcat to implement such validation as every request received through your configured connector is essentially a genuine request from Tomcats point of view. Unless you created a complex Valve of some sort which measured the tim

Re: multiple form submits

2010-05-13 Thread Pid
On 13/05/2010 08:45, Karthik Nanjangude wrote: > Hi > > Spec : > JDK1.5 > TOMCAT 6.0.20 > O/s windows /Linux > > > Question : My web application uses "href" & "css based image's" for > transferring the request from 1 page to another >The problem is UserVisitor is cl