Yes, all the needed scripts are here. It seems that the GWTShell doesn't find the needed data to start of the GWT java mode. Really strange.
2008/12/12 acc <[email protected]> > > Hi Olivier, > > Have you added a <script> to include the nocache.js bootstrap file in > your JSF JSP? > > -alex > > On Dec 10, 7:57 am, "olivier FRESSE" <[email protected]> wrote: > > I'm not sure that it's the issue. > > From my understanding, the noserver mode is really useful when you wan't > to > > use > > GWT RPC. > > I've made a network capture to see what's going on between the server and > > the hosted browser, > > and I've seen "good" html, ie JSF tags are translated by the servlet. > > > > But for some reasons, GWTShell doesn't "see" the GWT JScript, and doesn't > > start to work with the java code. > > Sadly, I have no traces or error at all. > > > > 2008/12/9 acc <[email protected]> > > > > > > > > > Hi Olivier, > > > > > The hosted mode embedded Tomcat server isn't configured with a JSF > > > servlet out of the box, and hence wouldn't be able to handle the > > > *.faces mapping. Are you using hosted mode with the embedded Tomcat > > > server, or with your own server using the -noserver option? If it's > > > the former, you should run hosted mode with the -noserver option and > > > use the same server that you use when you work in web mode. > > > > > Here's an FAQ on how to setup hosted mode with the -noserver option: > > > > >http://code.google.com/docreader/#p=google-web-toolkit-doc-1-5&s=goog. > .. > > > > > -alex > > > > > On Dec 9, 3:25 am, "olivier FRESSE" <[email protected]> wrote: > > > > Hmm no, I have a <script></script> tag. > > > > I'm still digging :-) > > > > O. > > > > > > 2008/12/9 Sumit Chandel <[email protected]> > > > > > > > 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 -~----------~----~----~----~------~----~------~--~---
