Re: Two GWT scripts in one page.

2011-11-01 Thread Robert Zaleski
I know in the past I used one page for dev mode developing, and I did JS debugging in the full app for integration testing with the obfuscation setting turned down or off so I could step through things in Firefox if needed. I had a bunch of legacy JS I was integrating with in the full app. I w

Re: Two GWT scripts in one page.

2011-10-27 Thread Luis Montes
That's the problem. I still need to use dev mode. There really should be some configuration for this. On Thu, Oct 27, 2011 at 9:23 AM, Thomas Broyer wrote: > You can use several GWT modules in the same HTML page, but then the DevMode > applies for all of them. (at least I'm not aware of a wa

Re: Two GWT scripts in one page.

2011-10-27 Thread Thomas Broyer
You can use several GWT modules in the same HTML page, but then the DevMode applies for all of them. (at least I'm not aware of a way to filter the modules it'd apply to) -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discu

Two GWT scripts in one page.

2011-10-27 Thread Luis Montes
So I've gotten GWT to make a cross domain script with the xsiframe linker and it works ok. However one problem: In my local GWT app i'm developing, I'm doing something like this: http://otherhost.com/xsapp/xsapp.nocache.js";> This works fine if I load up http://127.0.0.1:/index.jsp