Re: [Wicket-user] Wicket Ajax Javascript Error

2006-12-15 Thread Andrew Berman
Cool, I'll give it a shot Igor. Thanks, Andrew On 12/15/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote: try removing firebug from firefox, it has caused me to have this error in the past -igor On 12/15/06, Andrew Berman < [EMAIL PROTECTED]> wrote: > Hello, > > I repeatedly get the following

Re: [Wicket-user] Wicket Ajax Javascript Error

2006-12-15 Thread Igor Vaynberg
try removing firebug from firefox, it has caused me to have this error in the past -igor On 12/15/06, Andrew Berman <[EMAIL PROTECTED]> wrote: Hello, I repeatedly get the following error: t has no properties (got the info using Firebug with Firefox) It bombs on line 586 of wicket-ajax.js:

[Wicket-user] Wicket Ajax Javascript Error

2006-12-15 Thread Andrew Berman
Hello, I repeatedly get the following error: t has no properties (got the info using Firebug with Firefox) It bombs on line 586 of wicket-ajax.js: if (t.readyState == 4) Looks like t which is set to this.transport is null. There are many situations where this happens in my application. One