Re: Tap 4.1.2 / Palette

2007-06-18 Thread Jesse Kuhnert
This sounds really weird. I think I won't know what the problem is without a test case. On 6/18/07, Lionel Touati <[EMAIL PROTECTED]> wrote: It looks like I can fix the issue by adding the following line dojo.event.connect(dojo.byId("${formName}"), "submit", tapestry, "${formSubmitFunctionNa

Re: Tap 4.1.2 / Palette

2007-06-18 Thread Igor Drobiazko
Actually you don't need to connect your method call to any event. You only need to specify the required parameters: 'selected' and 'model'. When you click on the button the list 'selected' is updated with new values automatically. On 6/18/07, Lionel Touati <[EMAIL PROTECTED]> wrote: It looks li

Re: Tap 4.1.2 / Palette

2007-06-18 Thread Lionel Touati
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 some

Tap 4.1.2 / Palette

2007-06-18 Thread Lionel Touati
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 -