Anybody?

On Oct 16, 9:24 pm, Jae <[email protected]> wrote:
> I have been struggling with this problem all day long and I am about
> to pull my hair out.
>
> I generated a simple GWT module. Since I have JRuby onRails, I
> configured the hosted mode for -noserver and I pointed it myRailsapp
> - localhost:3000. I set thefilesto point to the generated
> javascript, css, html, etc.
>
> When I access the file via the webmode, I can see tha my GWT module is
> getting initialized (making JSON calls toRails, etc)
>
> So I tried to load a HTML file directly from the file system from the
> hosted mode. Then it did work with the following log.
>
> 1. Initializing module 'contactmanager' for hosted mode
> 2. Loading an instance of  module 'contact manager'
> 3.onModuleLoadcalled
>
> However, when I try the hosted mode from theRails, it doesn't get
> initialized. I don't see any error entries. What's weird is that web
> mode works file. The log looks like:
>
> 1. Initializing module 'contactmanager' for hosted mode
>
> The entries 2 and 3 arenotgettingcalled. I clearly must be missing
> something. I don't want to develop without debugging.
>
> Any help would be really appreciated.
>
> Jae
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to