Not sure what you mean. Say you have a file foo.html referencing bar1.jpg 
and bar2.jpg all in the same directory. If you just use <img src="bar1.jpg> 
foo.html will load with RequestBuilder, but the image won't. Doesn't that 
suck? My current workaround is to use full paths for the images - that 
works, but it hard-codes the path.

My question is: is it possible to continue to use relative paths and still 
load the HTML with RequestBuilder?

-- 
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