> Deprecated use of gwt.typeArgs for field attributesAllowed; Please use > java.util.ArrayList<java.lang.String> as the field's type
Just do what the warning says: remove the gwt.typeArgs from your rpc declaration and use generic types instead. > [ERROR] Unable to load module entry point class > com.groupAfricaAward.client.MonApplication (see associated exception > for details) > com.google.gwt.core.client.JavaScriptException: (TypeError): > '$wnd.Ext.StatusBar' a la valeur Null ou n'est pas un objet. It seems to be a gwt-ext error (it looks like you forgot to include some javascript files, but I'm not sure, I use plain gwt). Maybe you'll have better luck asking in the gwt-ext users' forum (it's an independent project): www.gwt-ext.com/forum/viewforum.php?f=1 Hope that helps, Salvador --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
