Greetings,

I have a feeling that the problem I'm running into is pretty obvious,
but
I'm still wondering if anyone is running into a similar issue.  I have
a GWT
app (well, actually  it's a SmartGWT app) that I'm connecting with a
rails
server instead of one that is running in hosted mode. In other words,
from
within the run configuration of eclipse, I've unchecked the "Run built-
in server"
button, and instead my rails server is running.

This was working just great until I tried to use the i18n framework
which requires
me to put this in my run.xml file:
 <extend property name="locale" values="it"/>

Once I did this, I started getting strange results: in certain
scenarios it hangs,
in others it throws an exception.  I traced it down to there not being
a call to
_gwt_getProperty() defined in javascript, as I see its definition is
framed in
a call to inHostedMode().

My question is how can I both run off of a rails server AND have the
system
think it's in hosted mode? The only solutions I've been able to come
up with is
to have two servers running (one in hosted, one rails) and have one
serve as proxy
for the other. This would be very difficult.

Any ideas or enlightenment would be great.

Thanks...

--~--~---------~--~----~------------~-------~--~----~
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