Hello, 


I have the following problem. I have a repeater which declares Images as
so: 


NonCachingImage image1 = new NonCachingImage("image1", new
BufferedDynamicImageResource() { 


private static final long serialVersionUID = 1L; 


@Override
protected byte[] getImageData() { 


return detachable.getObject().getItem1().getThumbData(); 


} 


}); 


When the repeater is rendered and displayed in IE, getImageData is not
called and therefore images are not shown. However, if I copy the image
src
and hit that URL, the image gets loaded. 


I believe for some reason IE thinks the image is cached, although it has
never beed loaded and therefore does not retrieve the source of the image.
Don't know if this is the real reason. 


Has anybody been into this issue before? 


Regards,
Martin

-------------------------------------
Mail.bg: Безплатен e-mail адрес. Най-добрите характеристики на българския пазар 
- 10 GB пощенска кутия, 20 MB прикрепен файл, безплатен POP3, мобилна версия, 
SMS известяване и други.

Reply via email to