Hi all,
I'm using GWT to develop an iGoogle gadget, but after upgrading to
gwt2.0 I can't activate the Development Mode on my local environment.
I run the gadget on a local Shindig contaner by an url like this:
http://localhost:8080/gadgets/ifr?url=http://localhost/mygadget.xml%3Fgwt.codesvr=localhost:9997&nocache=1
where Shindig runs on localhost:8080 and the gadget is served by an
appengine server on localhost:80
In order to trigger dev mode on the browser I appended the encoded
suffix
?gwt.codesvr=localhost:9997
to the gadget url.
The problem here is that the container ignores the dev mode suffix so
it gets the gadget in production mode.
What can I do if I can't provide url parameters to the page hosting
the gwt bootstrap code ?
I wonder if there could be an alternative way to start dev mode on the
client site.
Thank you for any suggestion.
--
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.