Hi!
I'm in trouble - very often when I update url of the images, browser not update them (in hosted mode, firefox)
img.setUrl("..."); // sometimes won't work
Ok, I try to instantiate new Image every time I need update url. I Use img = new Image("..."); on my SimplePanel.
In hosted mode ot works, but in firefox - won't, when I press shift+refresh when reloading page (with clearing the cache).
Hacks like DOM.setElementAttribute(Image.getElement(), "src", path); won't help.