I upgraded to GWT 2.4.0 from 2.3.0 When I try running the onload, I get a js error and a blank page.
Object does not support in the cache.html. I have cleared my cache just for fun. After compiling the source in Detailed mode, This is the error: Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/ 4.0; chromeframe/17.0.963.83; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; MS-RTC LM 8; .NET CLR 1.1.4322; Tablet PC 2.0) Timestamp: Tue, 27 Mar 2012 20:18:01 UTC Message: Object doesn't support this property or method Line: 72280 Char: 3 Code: 0 URI: http://localhost:8080/tdcb/tdcb/326F857FA6DED4A25577CB9F21813982.cache.html Line 72280 is: $wnd.addEventListener($intern_962, com_google_gwt_user_client_impl_DOMImplStandard_dispatchCapturedMouseEvent, true); I seems to happen just after a few RPC calls. The last thing my entry point does is this JNSI init: private native void initNativePrintExportJSMethods(PrintExport pe) /*-{ $wnd.printExport = function (screenDef,Action,addParms) { [email protected]::processAction(Ljava/lang/ String;Ljava/lang/String;Ljava/lang/String;)(screenDef,Action, addParms); }; }-*/; Any help would be great! We need this upgrade to us the Data Grid with sorting headings. -- 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.
