Hey all

I have an Image with a custom RenderedDynamicImageResource on it. This works fine, but my problem is that *sometimes* (haven't yet been able to determine the exact cause) FireFox displays the wrong image (displays one of the other loaded images on that page). The situation occours only if I have multiple Images of my custom ImageResource next to each other on the same page. And currently I have only been able to reproduce it if the images is on a panel which is loaded using AJAX.

My guess is that FireFox for some reason can't handle the long image names, which is generated when using dynamic ImageResouces' in Images. If that really is the case a easy solution could be to shorten the image names. A nice way to do this was to do some kind of "mount" on them or be able to rename it. The problem is that I can't really mount the resources "up front" in the Application, because they are dynamic resources. Or can I?

Does anyone have an idea or some hints to how to fix this?

Frank
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to