August DeLuxe Innovations Arrivals:: free to book passage on any railroad for their fleet of trailers and containers. NPE stands for Nickel Plate Express although they are better know by http://www.deluxeinnovations.com/arrivals08.htmlHOME | Not sure if this is on my side or not, but please take a look at this stack trace:
ERROR] Uncaught exception escaped
java.lang.NullPointerException: null
at com.google.gwt.dev.shell.ModuleSpace.invokeNative( ModuleSpace.java:443)
at com.google.gwt.dev.shell.ModuleSpace.invokeNativeV oid(ModuleSpace.java:235)
at com.google.gwt.dev.shell.JavaScriptHost.invokeNati veVoid(JavaScriptHost.java:107)
at com.extjs.gxt.ui.client.util.WidgetHelper.doAttach (WidgetHelper.java:19)
at com.extjs.gxt.ui.client.widget.Container.doLayout( Container.java:241)
at com.extjs.gxt.ui.client.widget.Container.layout(Co ntainer.java:302)
at com.extjs.gxt.ui.client.widget.LayoutContainer.lay out(LayoutContainer.java:234)
at com.extjs.gxt.ui.client.widget.Container.insert(Co ntainer.java:278)
at com.extjs.gxt.ui.client.widget.Container.add(Conta iner.java:187)
I don't think this is on my side of code since this is deep down in GWT around a code where they do heavy reflection (it seems).
What might've caused this?
I saw this too, I couldn't pin down why it happened, but it seemed to happen after I attached a container to the center region in my border layout. When I went to remove the container, I hit the error.
I fixed it by using a ContentPanel instead of a Container, but it definitely seems like a bug, maybe in GWT, though.
I saw this too, I couldn't pin down why it happened, but it seemed to happen after I attached a container to the center region in my border layout. When I went to remove the container, I hit the error.
Yea, actually my code does this:
show(){
- removeAll()
- add(Container);
- setHeading();
}
The class that performs this extends ContentPanel and the ContentPanel is attached to the center region of BorderLayout. The difference is that it only occurs to one of the container that I added.
That show() code was supposed to work like a CardLayout to switch between containers.
Traditional University or MLM University? You Choose
15 Questions to Ask Your Software Vendor
|