My application has 2 different sites which have 2 different html pages. The first site is a User site where you can sign up for different worlds that you can play in. The second site is the World site where the user plays the game. These 2 sites have completely different looks and feels which made sense to treat them as different sites.
I create links in both sites to allow the user to switch back and forth. This worked fine in GWT 1.7, but I am having trouble getting it to work in GWT 2.0 debug environment. The link seems to work fine, but it is missing the "?gwt.codesvr=127.0.0.1:9997" in the URL. This seems to only be needed for it to work in Debug mode. Is there an API that would allow me to create the link between the 2 sites, which would put "?gwt.codesvr=127.0.0.1:9997" into the URL if in Debug mode? Is there an API that will allow me to tell if the site is being run in Debug mode so that I can switch the URL creation to include "? gwt.codesvr=127.0.0.1:9997" Thanks, Jeffrey -- 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.
