I apologize if this is a duplicate question. I am using Eclipse 3.4 and GWT 1.5.3. I have a dynamic web project that contains GWT modules. I would like to have the module refer to common resources that are relative to the application base URL (http:// localhost:8080/myapp). Is there a clean way to determine the URL with application path using the GWT API? I've tried GWT.get*() for module base URL etc, but none of these return just the application URL without the GWT module. The best I can come up with is to remove the GWT.getModuleName() from GWT.getModuleBaseURL(), which would leave me the URL to the root of the Eclipse application.
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
