9/12/11 nightly of SmartGWT 2.5, also just downloaded the nightly from /builds/SmartGWT/2.x/LGPL/2011-10-07 and these libs show same issue
IE9/Chrome 14/Firefox 3.5
Windows 7 64-bit
Running in hosted-mode via the Google Eclipse plugin from MyEclipse IDE 9.1
I have a ListGrid component that I'm setting both the setShowFilterEditor and setShowRowNumbers to true and in hosted mode, I get the following warning:
I found the following issue on your issues forum via code.google.com, http://code.google.com/p/smartgwt/issues/detail?id=616, which claims to fix this issue in a nightly back on 8/10/11. The GUI-related portion of the aforementioned issue seems to be fixed but the JavaScript warning has not. Granted it's only a warning, I just don't like seeing the red warning messages when testing my app...
Should I submit an issue ticket for this? Thanks!
IE9/Chrome 14/Firefox 3.5
Windows 7 64-bit
Running in hosted-mode via the Google Eclipse plugin from MyEclipse IDE 9.1
I have a ListGrid component that I'm setting both the setShowFilterEditor and setShowRowNumbers to true and in hosted mode, I get the following warning:
Code:
10:04:50.999 [ERROR] [reporting] 10:04:51.018:TMR2[E]:WARN:RecordEditor:isc_MXListGrid_0filterEditor:Fields array contains an empty entry com.smartgwt.client.core.JsObject$SGWT_WARN: 10:04:51.018:TMR2[E]:WARN:RecordEditor:isc_MXListGrid_0filterEditor:Fields array contains an empty entry at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:513) 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:167) at com.google.gwt.dev.shell.BrowserChannelServer.reactToMessages(BrowserChannelServer.java:281) at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:531) at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:352) at java.lang.Thread.run(Thread.java:619)
Should I submit an issue ticket for this? Thanks!