Thanks Colin. But in my case i dont have a button linking directly to the component.
The typical scenerio is, you submit the form, my controller processes it, and at the end sends all the values via email. For captcha, it render with the page loading. So there isnt any direct user action to the components so to speak. Colin Guthrie-6 wrote: > > 'Twas brillig, and dele454 at 20/02/09 10:22 did gyre and gimble: >> Thanks Colin, >> >> I am going to be looking into this over the weekend. And let you know the >> outcome on your suggestions. >> >> Thanks a mil. Will keep you posted. > > No worries. > > Other things that can cause this (but not specifically ZF based): > > 1. Users double clicking submit buttons! Always use javascript to > disable the button after the first click. It doesn't stop it 100% but it > helps. > 2. Using ajax to submit the form but not disabling the default form > handler when doing so and thus having it submit "organically" also. > > So watch out for those too :) > > Col > > -- > > Colin Guthrie > gmane(at)colin.guthr.ie > http://colin.guthr.ie/ > > Day Job: > Tribalogic Limited [http://www.tribalogic.net/] > Open Source: > Mandriva Linux Contributor [http://www.mandriva.com/] > PulseAudio Hacker [http://www.pulseaudio.org/] > Trac Hacker [http://trac.edgewall.org/] > > > ----- dee -- View this message in context: http://www.nabble.com/Quick-Question-tp22116080p22118336.html Sent from the Zend Framework mailing list archive at Nabble.com.
