This is an exception I get in Development Mode when trying to validate
SmartGWT's DynamicForm having FormItemValueParser on one of its
fields:
com.google.gwt.core.client.JavaScriptException: (null): null
at com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript
(BrowserChannelServer.java:195)
at com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke
(ModuleSpaceOOPHM.java:120)
at com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:
507)
at com.google.gwt.dev.shell.ModuleSpace.invokeNativeBoolean
(ModuleSpace.java:179)
at com.google.gwt.dev.shell.JavaScriptHost.invokeNativeBoolean
(JavaScriptHost.java:35)
at com.smartgwt.client.widgets.form.DynamicForm.validate
(DynamicForm.java)
at cz.acolyte.caesar.client.Caesar$2.onClick(Caesar.java:72)
...when compiled it works fine.
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.