Hi Olivier, Can you double-check to make sure that you're not using an empty <script> tag to reference your GWT bootstrap script? I..e, <script src="com.google.app.MyModule.nocache.js" /> versus <script src="com.google.app.MyModule.nocache.js"></script>? The empty script tag has been known to cause issues in hosted mode, and is also known to cause problems in IE 6/7 if I remember correctly.
Hope that helps, -Sumit Chandel On Fri, Dec 5, 2008 at 3:05 AM, olivier <[EMAIL PROTECTED]> wrote: > > Hi, > I'm facing a strange issue. > > I'm using GWT within a facelet page. > > This means that I have the following URL > > http://myserver:8080/MyApp/conf/test.faces > > "test.faces" is resolved to "test.xtml" by the servlet. > > Compiled mode works fine. But in hosted mode, the module is not > loaded. No errors, no traces, nothing. However, the static HTML is > displayed ! > I tried the verbose mode, but it didn't help. > > Any clue ? :-) > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
