Could you give some detail as to what circumstances you're seeing this
happen? It's at possible that I did something to the selection script or
hosted.html that caused this to happen more frequently, but
I'm not having any problems on my end. The fact that hard-coding the module
(as opposed to reading it from window.name) fixes the problem makes me
wonder about this -- but when I trace through it everything seems to be
working properly.
This message normally should only show up in WEB-mode, when served from the
hosted-mode servlet, but you haven't yet compiled. To my understanding, the
only time you should see this message in hosted mode is
when, to quote Scott, "something is seriously jacked".

On Thu, Jun 25, 2009 at 2:53 PM, Todd Seiber <todd.sei...@gmail.com> wrote:

>
> I am having the same problem. Until a fix is found you can hack the
> hosted.html that gets injected in to your module's output directory.
>
> var moduleFuncName = window.location.search.substring(1);
> if (!moduleFuncName || !$wnd[moduleFuncName]) {
>  moduleFuncName = window.name;
> }
> moduleFuncName="your_module"; // <----insert; around line 16;
>
> On Jun 25, 2:12 pm, codesite-nore...@google.com wrote:
> > Comment by moldoe:
> >
> > Hi,
> >
> > I'm trying to use OOPHM on Windows XP, with IE7. I'm using revision 5631.
> > I have registered oophm.dll.
> > I'm running HostedMode successfully but when I try to access the URL
> http://localhost:8888/Client.html?gwt.hosted=128.96.198.63:9997I get the
> > message:
> > "GWT module 'tclient' needs to be (re)compiled, ...".
> > What am I missing here?
> >
> > For more information:
> http://code.google.com/p/google-web-toolkit/wiki/UsingOOPHM
> >
>

--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to