Jason, I guess it would also be okay if caching was on AND that caching worked. The problem is that caching is on and does not work.
-Dave On Mon, Dec 15, 2008 at 10:32 AM, David Hoffer <[email protected]> wrote: > Thanks Jason, I could try this as a test. However I have several > 'default' images these dynamic images revert to if not set and it > would be a huge hack/pain to have to create duplicates of these with > random/unique names. Is there not a way to just turn caching off? > > -Dave > > On Mon, Dec 15, 2008 at 10:23 AM, Jason Essington > <[email protected]> wrote: >> >> 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 -~----------~----~----~----~------~----~------~--~---
