The only time(s) I've seen this are as follows:

1) JavaScript is also submitting the form in an onClick et al. method
2) The submit button is actually an image.  Images implicitly submit, so if
you have an HREF or JavaScript onClick attached to it, a double submit will
happen.  (See #1).
3) You have a user who double clicks everything... buttons, hyerplinks, etc.
We have a few of those around here. =)

David Hibbs
Staff Programmer / Analyst
Distributed Applications Development and Support
American National Insurance Company
 
>       I noticed that the execute method was called twice when
> the "submit" button was pressed once (resulting same action 
> being performed twice). 

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

Reply via email to