I’m using SmartGWT 5.0-p20141231.
I’m making a call to setValueMap on ComboBoxItem.
I get the following exception and stack trace:
com.google.gwt.core.client.JavaScriptException: (TypeError) @com.smartgwt.client.widgets.form.fields.FormItem::setValueMapMethod(Lcom/google/gwt/core/client/JavaScriptObject;)([JavaScript object(11224)]): this.form is null
at com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:249)
at com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:136)
at com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:576)
at com.google.gwt.dev.shell.ModuleSpace.invokeNativeVoid(ModuleSpace.java:304)
at com.google.gwt.dev.shell.JavaScriptHost.invokeNativeVoid(JavaScriptHost.java:107)
at com.smartgwt.client.widgets.form.fields.FormItem.setValueMapMethod(FormItem.java)
Under what circumstances would this exception happen?
Where can I look to find the root cause of this?
I’m making a call to setValueMap on ComboBoxItem.
I get the following exception and stack trace:
com.google.gwt.core.client.JavaScriptException: (TypeError) @com.smartgwt.client.widgets.form.fields.FormItem::setValueMapMethod(Lcom/google/gwt/core/client/JavaScriptObject;)([JavaScript object(11224)]): this.form is null
at com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:249)
at com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:136)
at com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:576)
at com.google.gwt.dev.shell.ModuleSpace.invokeNativeVoid(ModuleSpace.java:304)
at com.google.gwt.dev.shell.JavaScriptHost.invokeNativeVoid(JavaScriptHost.java:107)
at com.smartgwt.client.widgets.form.fields.FormItem.setValueMapMethod(FormItem.java)
Under what circumstances would this exception happen?
Where can I look to find the root cause of this?
Comment