If I submit a form using javascript in the onclick I get a javascript error on IE7

submit:

onclick="$('inputForm').submit();"


Error in tapestry.js:

function $T(element)
{
    var e = $(element);
    var t = e._tapestry;  <--- Error: Object required (in IE7)


Any idea?

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

Reply via email to