On Nov 26, 3:23 pm, Jacek Zebrowski <[email protected]> wrote: > Hi ! > > i created myApp project using Eclipse. > > When i hit Compile it compiles to /war/myApp/myapp.nocache.js while host > page is in war/ > > The problem with it is that it makes my GWT.getModuleBaseURL() look > like www.mysite.com/myApp and i dont want the myApp part there... any ideas ?
Use GWT.getHostPageBaseURL() instead? -- 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.
