Do you have a quickstart to try this? Carl-Eric www.wicketbuch.de
On Thu, 8 Sep 2011 13:37:03 -0000 [email protected] wrote: > > > > Would anyone help me with this? I'm desparate on fixing it.... > > > Thank you, > Martin > > > ----- Цитат от [email protected], на 06.09.2011 в 15:51 ----- > > > > 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 > > > ------------------------------------- > > > Сега е по-лесно да получиш най-добрата > куриерска услуга на > телефон *3456(*DHL6) > > > > > ------------------------------------- > Mail.bg: Безплатен e-mail адрес. Най-добрите характеристики на > българския пазар - 10 GB пощенска кутия, 20 MB прикрепен файл, > безплатен POP3, мобилна версия, SMS известяване и други. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
