Tapestry adds an event handler to all submit buttons on the page when the dom is loaded.
I don't have time to step through, but it sounds like that might be the origin of your problem. You can see the code in onDomLoadedCallback at about line 176 of tapestry.js. Josh On Fri, Aug 27, 2010 at 2:31 PM, Andy Pahne <andy.pa...@googlemail.com> wrote: > > I have a page which contains a plain form. This is no Tapestry Form > component, just some simple markup for a form. > > When I try to submit this form, a Javascriupt error is thrown in IE8: > tapestry.js, line 1462: 'undefined' is null or not an object > > This error only occurs in IE8 (with and without IE7 compatible mode). This > occured after an upgrade to Tapestry 5.2.0 > > I would expect that tapestry would not mess with my form in any way, but it > seems that this is not the case here. Does anybody know why? Or how I can > prevent this? > > > Andy > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > -- -- http://www.bodylabgym.com - a private, by appointment only, one-on-one health and fitness facility. -- http://www.ectransition.com - Quality Electronic Cigarettes at a reasonable price! -- TheDailyTube.com. Sign up and get the best new videos on the internet delivered fresh to your inbox. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org