I have a simple form:

<form t:id="myForm" t:type="Form">

T5.1.0.5 turns it into:

<form enctype="application/x-www-form-urlencoded"
onsubmit="javascript:Tapestry.waitForPage(event);" action="../myClass"
method="post" id="myForm" name="myForm">

What is this extra bit onsubmit="javascript:Tapestry.waitForPage(event);"
for?  IE 7 gives a runtime JS error: 'Tapestry' is undefined.  However, the
form gets submiited properly.  So this is not a show-stopper.  It is simply
an annoyance.

Any suggestion how to suppress this event handler?  Thanks,

Eric
-- 
View this message in context: 
http://www.nabble.com/-T5.1.0.5--%27Tapestry%27-is-undefined-JavaScript-error-on-form-submit-tp23834056p23834056.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


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

Reply via email to