Hi, I have a new problem :) When I create a component type "DynamicForm " When loading the application I have the following errors:
16:29:45.893 [ERROR] [sisa] Unable to load module entry point class com.sisa.client.Sisa (see associated exception for details) com.google.gwt.core.client.JavaScriptException: (TypeError): $wnd.isc[scClassName] is undefined fileName: http://127.0.0.1:51129 lineNumber: 252 stack: ()@http://127.0.0.1:51129:252 @:0 ([object GWTJavaObject],131182)@ http://127.0.0.1:51129/sisa/hosted.html?sisa:56 ("firstName","Bob")@http://127.0.0.1:51129:274 connect(" http://127.0.0.1:51129/Sisa.html?gwt.codesvr=127.0.0.1:9997","yn)$!gm1Bai%-3L3","127.0.0.1:9997","sisa","2.0")@:0<http://127.0.0.1:51129/Sisa.html?gwt.codesvr=127.0.0.1:9997%22%2C%22yn%29%24%21gm1Bai%-3L3%22%2C%22127.0.0.1%3A9997%22%2C%22sisa%22%2C%222.0%22%29%40%3A0> ((void 0),"sisa"," http://127.0.0.1:51129/sisa/")@http://127.0.0.1:51129/sisa/hosted.html?sisa:264<http://127.0.0.1:51129/sisa/%22)@http://127.0.0.1:51129/sisa/hosted.html?sisa:264> z()@http://127.0.0.1:51129/sisa/sisa.nocache.js:2 (116)@http://127.0.0.1:51129/sisa/sisa.nocache.js:9 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.invokeNativeVoid(ModuleSpace.java:284) at com.google.gwt.dev.shell.JavaScriptHost.invokeNativeVoid(JavaScriptHost.java:107) at com.smartgwt.client.widgets.form.DynamicForm.setValue(DynamicForm.java) at com.sisa.client.Sisa.onModuleLoad(Sisa.java:148) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.gwt.dev.shell.ModuleSpace.onLoad(ModuleSpace.java:369) at com.google.gwt.dev.shell.OophmSessionHandler.loadModule(OophmSessionHandler.java:185) at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:380) at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:222) at java.lang.Thread.run(Unknown Source) -- Khaled AOUINI Ingénieur en informatique Tel: 00 33 (0) 6 34 26 86 46 -- You received this message because you are subscribed to the Google Groups "GWT-Ext Developer Forum" 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/gwt-ext?hl=en.
