Re: GWT 2.1 application failed to load in Chrome, but not in IE7

2010-11-17 Thread Ken Kahn
I'm getting the same exception when running with Chrome (9.0.x dev) but only on one of three development computers. It is not obvious what is different between the computer where I get this exception and the others. Note that there is no problem with the deployed system -- only when debugging

GWT 2.1 application failed to load in Chrome, but not in IE7

2010-11-04 Thread hezjing
Hi I have a very simple entry point like the following: public class Dummy implements EntryPoint { @Override public void onModuleLoad() { RootPanel panel = RootPanel.get(); panel.add(new Label("aaa")); } } When run in development mode, the application is loaded successfully in IE7. However, it