I guess you are seeing https://issues.apache.org/jira/browse/TAP5-719

Could you try with the latest 5.1 snapshot?

Uli

On 30.03.2010 15:24, Christophe Cordenier wrote:
Hi,

I have a case where we use a linkSubmit component to submit a form, it
appears that the link is well linked to submission process, but never enters
the following in the linksubmit.js

if (onsubmit == undefined || onsubmit.call(window.document, event))
{
     this.createHidden();
     this.form.submit();
}

Note that the 'onsubmit' is different from undefined and is equal to
"javascript:Tapestry.waitForPage(event);"
The generated link onclick itself is associated to
"javascript:Tapestry.waitForPage(event);"

Any ideas ?


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to