AW: resource cacheable firefox/opera

2009-03-10 Thread Arthur Leigh Allen
___ Von: Pointbreak An: Wicket Users Mailing List Gesendet: Dienstag, den 10. März 2009, 16:15:15 Uhr Betreff: Re: resource cacheable firefox/opera You use the same url for different images? Firefox uses a memory cache in addition to a disk cache. Check what headers are send with your image. No-sto

Re: resource cacheable firefox/opera

2009-03-10 Thread Pointbreak
You use the same url for different images? Firefox uses a memory cache in addition to a disk cache. Check what headers are send with your image. No-store and no-cache headers will NOT prevent firefox3 from using its memory cache (at least not with pages). Your best bet is to use different urls. On

AW: resource cacheable firefox/opera

2009-03-10 Thread Arthur Leigh Allen
sorry people. i was trying all the time but i didn't see the class NonCachingImage now it works Von: Arthur Leigh Allen An: users@wicket.apache.org Gesendet: Dienstag, den 10. März 2009, 15:56:24 Uhr Betreff: resource cacheable firefox/opera Hi folks,  

resource cacheable firefox/opera

2009-03-10 Thread Arthur Leigh Allen
Hi folks,   I've implemented a RemoteImage class which extends the Image class. The method setCacheable works with Internet Explorer but neither with Firefox nor with Opera. If I load an image the first time, the correct image is shown. When I try to load a different image (path is applied correct