Hi Aksa, It seems that the problem you're encountering lies in one of the libraries you are using.
Specifically, com.extjs.gxt.ui.client.messages.MyMessages seems to be part the Ext GWT library. The compiler is having trouble finding the appropriate deferred binding rules for the MyMessages class. I would recommend posting up on the Ext GWT support forum (link below) as you're likely to find developers who have more experience with the Ext GWT library. Ext GWT support forum: http://extjs.com/support/ Hope that helps, -Sumit Chandel On Wed, Oct 29, 2008 at 5:14 AM, aksa <[EMAIL PROTECTED]> wrote: > > Hi! > > I have a big trouble with adding the internalization in my project. > I created an interface and the related *.properties files, and I wrote > the code, which is needed into the gwt.xml and into the host html. (I > ´m using the feature: Constants). > > Now I get this fealure: > Rebinder com.extjs.gxt.ui.client.messages:MyMessages > Invoking <generate-with > class='com.google.gwt.i18n.rebind.LocalizableGenerator'/> > Error while executing the JavaScript provider for property > 'locale' > Could not parse specified locale > Deferred binding failed for > 'com.extjs.gxt.ui.client.messages.MyMessages'; expect subsequent > failures > Unable to load module entry point class zl.gwt.admin.client.AdminApp > (see associated exception for details) > Failure to load module 'zl.gwt.admin.AdminApp' > > > Now I didn´t now, where I should search for the fealure. > If I comment the line in the gwt.xml, the program gives me no fealure. > > Can anybody help me to find the solution for it. > > thanks, > aksa > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
