You need to go back to firebug and look at the network view and make sure the URL is loading when you run your app. The error you have sent indicates that it is not.
On Thu, Apr 9, 2009 at 4:24 PM, nmadzharov <[email protected]> wrote: > > Yes, I reach it. > > var G_INCOMPAT = false;function GScript(src) {document.write('<' + > 'script src="' + src + '"' +' type="text/javascript"><' + '/script>');} > function GBrowserIsCompatible() {if (G_INCOMPAT) return > false;return .............. > > > -- Eric Z. Ayers - GWT Team - Atlanta, GA USA http://code.google.com/webtoolkit/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
