GWT.getHostPageURL()+"imageRetriever"

Javadocs suggest using getModuleBaseURL() instead of getHostPageURL(),
so that would be GWT.getModuleBaseURL()+"../imageRetriever", but in
the absence of cross-site loading, I don't think it makes much
difference.

Derek

On Jan 11, 4:51 am, tanteanni <tantea...@hotmail.com> wrote:
> As assumed you were right: the called image url is somthing like this
> "/imageRetriever?[some Parameters] (its a simple HttpServlet). So in hosted
> and webmode if i add /imageRetirever... to Url in Browser the Image is
> displayed fine. But as you said in WebMod the Url contains a
> "myProject"-Part. But how to fix 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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to