I need to talk to servlets which are not deployed within the current
module, but within the same web application (WAR). This is
effectively ../path I'd guess, but I came up with this:

    private static final String CONTEXT_PATH =
        GWT.getModuleBaseURL().replace(GWT.getModuleName() + "/", "");

Any issues? Is there a better way to do this?
--~--~---------~--~----~------------~-------~--~----~
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