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 <martijn.l...@gmail.com> > 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 > >