Hi,
I just update my project to smartGWT3.0p for last night. I did clean up and build of my project and tried to do some testing. After clicking around I got this error on my grid that was working for before.
I have an ExpansionMode.DETAILS grid.
[ERROR]
10:38:11.259 [ERROR] [download] 10:38:11.257:MUP2:WARN:Log:Error:
''node' is undefined'
in http://127.0.0.1:8888/download/sc/modules/ISC_Grids.js
at line 193
com.smartgwt.client.core.JsObject$SGWT_WARN: 10:38:11.257:MUP2:WARN:Log:Error:
''node' is undefined'
in http://127.0.0.1:8888/download/sc/modules/ISC_Grids.js
at line 193
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:105)
at com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java:71)
at com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.java:172)
at com.google.gwt.dev.shell.BrowserChannelServer.reactToMessages(BrowserChannelServer.java:292)
at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:546)
at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:363)
at java.lang.Thread.run(Unknown Source)
[ERROR]
I just update my project to smartGWT3.0p for last night. I did clean up and build of my project and tried to do some testing. After clicking around I got this error on my grid that was working for before.
I have an ExpansionMode.DETAILS grid.
[ERROR]
10:38:11.259 [ERROR] [download] 10:38:11.257:MUP2:WARN:Log:Error:
''node' is undefined'
in http://127.0.0.1:8888/download/sc/modules/ISC_Grids.js
at line 193
com.smartgwt.client.core.JsObject$SGWT_WARN: 10:38:11.257:MUP2:WARN:Log:Error:
''node' is undefined'
in http://127.0.0.1:8888/download/sc/modules/ISC_Grids.js
at line 193
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:105)
at com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java:71)
at com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.java:172)
at com.google.gwt.dev.shell.BrowserChannelServer.reactToMessages(BrowserChannelServer.java:292)
at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:546)
at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:363)
at java.lang.Thread.run(Unknown Source)
[ERROR]
Comment