On 1/6/06, Faisal Shoukat <[EMAIL PROTECTED]> wrote: > I have a problem where for some unknown reason my form is submitted > twice. I have a action class which calls a delegate which calls a DAO > class.
> To submit the form the following image: > > <html:image src="../images/save_button.jpg" > onclick="setAction('approve')"/> Try onclick="return setAction('approve');" or onclick="setAction('approve'); return;" to stop the double submit. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]