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 on Rails, I
configured the hosted mode for -noserver and I pointed it my Rails app
- localhost:3000. I set the files to 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 to Rails, 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. onModuleLoad called

However, when I try the hosted mode from the Rails, 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 are not getting called. 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