Why do you need javascript ? if this is for submitting a form with a link,
check this URL :
http://tapestry.apache.org/tapestry5.1/tapestry-core/ref/org/apache/tapestry5/corelib/components/LinkSubmit.html
2009/10/21 martijn.list
> If I submit a form using javascript in the onclick I get a javas
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?
-