Re: [5.2.0] a form (no Form component) is modified by Tapetry

2010-08-27 Thread Andy Pahne
https://issues.apache.org/jira/browse/TAP5-1261 Am 28.08.2010 00:13, schrieb Andreas Andreou: Can you add a JIRA for this - i think i've seen something like this logged into the FF console (but didnt seem to make the page malfunction)

Re: [5.2.0] a form (no Form component) is modified by Tapetry

2010-08-27 Thread Andreas Andreou
Can you add a JIRA for this - i think i've seen something like this logged into the FF console (but didnt seem to make the page malfunction) On Sat, Aug 28, 2010 at 00:31, Andy Pahne wrote: > > I have a page which contains a plain form. This is no Tapestry Form > component, just some simple marku

Re: [5.2.0] a form (no Form component) is modified by Tapetry

2010-08-27 Thread Josh Canfield
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

[5.2.0] a form (no Form component) is modified by Tapetry

2010-08-27 Thread Andy Pahne
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 wit