Re: onSubmit() not entered (IE6 and IE7)

2009-12-16 Thread Douglas Ferguson
Are you using an UploadProgressBar? D/ On Dec 16, 2009, at 7:42 AM, Martin Dietze wrote: I have repeatedly run into situations like this one: On very complex pages with lots of Ajax-stuff I sometimes get to a point where (reproducably) my form's onSubmit() method is never entered when

RE: onSubmit() not entered (IE6 and IE7)

2009-12-16 Thread Loritsch, Berin C.
From a strict HTML perspective, the less you have in your form the better the page performs. From a few observations in debugging AJAX functionality that doesn't work on past projects (not Wicket related), you have to make sure that no Javascript exceptions are thrown at all. Basically, IE will

Re: onSubmit() not entered (IE6 and IE7)

2009-12-16 Thread Martin Dietze
On Wed, December 16, 2009, Douglas Ferguson wrote: On Dec 16, 2009, at 7:42 AM, Martin Dietze wrote: I have repeatedly run into situations like this one: On very complex pages with lots of Ajax-stuff I sometimes get to a point where (reproducably) my form's onSubmit() method is

RE: onSubmit() not entered (IE6 and IE7)

2009-12-16 Thread Loritsch, Berin C.
10:39 AM To: users@wicket.apache.org Subject: Re: onSubmit() not entered (IE6 and IE7) On Wed, December 16, 2009, Loritsch, Berin C. wrote: When Javascript stops working on IE, no further Javascript calls will work. Just to make sure you haven't run into this problem, add a simple little button