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