If you do a form.submit() inside a submit button's onclick handler have the handler return false. That will prevent a double-submit. > From: "David G. Friedman" <[EMAIL PROTECTED]> >> I had a similar problem but I was HTML based, not Struts based: The >> button >> in my form was doing a submit but it was also a submit button. The >> result >> was a double submit behavior much like you've shown here. > > Thanks Nic and David for confirming that I'm not [necessarily] crazy. I > do > think it's the JavaScript, and will check that next. It'll probably be > Tuesday before I get back to it though. > > -- > Wendy Smoak > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]