> I figured that would be due to @LinkSubmit setting it's name > on a hidden field to indicate the link that submitted the form. > > So I added a script to my save-button component that does > something like > > document.forms['${formName}']._linkSubmit.value = '${saveId}'; >
That was nonsense, of course. The real problem is that, with @LinkSubmit IE calls 1. onbeforeunload 2. onSubmit 3. onbeforeunload while Gecko calls 1. onSubmit 2. onbeforeunload --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]