Just a wild guess, since we don't have any code to look at ... It looks like you have a null widget or null panel etc, that you are trying to use in your code without being instantiated first. --- ie you haven't called x = new MyWidget() before using x ??
Mike. But without a small snippet of code it's hard to be certain, Mike. On Aug 8, 9:42 am, Wouter <[email protected]> wrote: > Hi, > > I´ve created an GWT application using Eclipse and dpeloyed it on GAE > > Here is my problem: currently my app only works (the main screen > loads) in IE and not in Chrome or Firefox 3.5 > In Chrome I get the following error on my JS console ( I removed the > domain name) > > .../88D2A45371F8A216E4553826DFDE29B8.cache.html:432Uncaught > TypeError: Cannot call method 'removeChild' of null > > In Firefox 3.5 I get > Fout: as((yr(), a)) is null > ../29CCB0A0F2B5C650C47D673255C06429.cache.html > Regel: 435 > > I´ve create a simple GWT UI consisting of 2 AbsolutePanels which are > both filled with Async backend calls. > According to my logging these are not called. > I´m using GWT 1.7 > Does anybody have any ideas how to resolve this ? > > regards > Wouter --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
