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 ?

-- 
Regards,
Christophe Cordenier.

Developer of wooki @wookicentral.com

Reply via email to