使用 GWT 2.0.x 和 SmartGWT 2.2 时的代码很简单:
public class SmartGwtTest implements EntryPoint {
public void onModuleLoad() {
IButton button = new IButton("say hello");
}
}
将产生异常。
com.google.gwt.core.client.JavaScriptException: (null):
这只发生在托管(开发模式)中
ant hosted
我还怀疑 GWT Development Plugin 可能与它有关。
你有没有发现类似的问题?你是怎么解决的?