On 05/03/2010 05:33 PM, Jeff Chimene wrote: > Only in ie 6 & 7, gwt 2.0.3 > > 17:15:00.305 [ERROR] [XXX] Uncaught exception escaped > com.google.gwt.core.client.JavaScriptException: (Error): Could not get > the encoding property. Invalid argument. > number: -2147024809 > description: Could not get the encoding property. Invalid argument. > > The stack trace isn't of much help: > 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.invokeNativeObject(ModuleSpace.java:264) > at > com.google.gwt.dev.shell.JavaScriptHost.invokeNativeObject(JavaScriptHost.java:91) > at com.google.gwt.core.client.impl.Impl.apply(Impl.java) > at com.google.gwt.core.client.impl.Impl.entry0(Impl.java:188) > > I've compiled using DETAILED; the error occurs in a completely > nondescript function. > > I'm going to cross-post this to the gwt-upload group as that may also be > involved.
OK. Neither gwt-upload nor Gin are implicated. The UiBinder declaration <g:FormPanel ui:field="narrativeBody" method="METHOD_POST" encoding="ENCODING_MULTIPART"> fails in IE 6 & 8 Fortunately, I'm not using the form post behavior, so I can eliminate the FormPanel tag. -- 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.
