You could try attaching a cache-buster to the url ... append a  
timestamp or something to prevent the URL from being the same each time.

-jason

On Dec 15, 2008, at 10:15 AM, dhoffer wrote:

>
> My application makes extensive use of displaying dynamic images via
> the image#setUrl() method.
>
> The problem is that in hosted mode (Windows) if I try to display an
> image that HAS been previously displayed it will not load, instead
> LoadListener#onError() is fired.  However, If I manually clear the
> cache of IE it will work again.
>
> It seems GWT thinks the image is in the cache but can't find it so it
> displays nothing instead of using the URL provided.  Manually clearing
> the cache makes it clear to GWT that it should use the URL.
>
> How can I configure my app so that GWT will not try to cache images
> set via URL?
>
> Thanks,
> -Dave
> >


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