java.lang.IllegalStateException:Should only call onDetach when the widget is attached to the browser's document
這個異常是在com.google.gwt.user.client.ui.Widget protected void onDetach() 方法拋出的
當頁面重新加載或離開頁面時會執行這個方法
如果系統沒有正常初始化,會有這個異常
郁悶的是No errors in Dev Mode but Compiled localy and deployed to tomcat in errors
|