It looks like I can fix the issue by adding the following line

dojo.event.connect(dojo.byId("${formName}"), "submit", tapestry, "${formSubmitFunctionName}");

instead of

dojo.event.connect(dojo.byId("${formName}"), "onsubmit" , tapestry, "${formSubmitFunctionName}");

Any idea if I miss something ?

L.


Lionel Touati a écrit :
Hi List,

It seems there's a bug in the form submission mechanism. When you have a page with the palette component it seems the onsubmit listener is never called when clicking on a submit button.

Does this tells anyone something ?

If not, I'll try to create a test case for it

Thanks



---------------------------------------------------------------------
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]

Reply via email to