Hi, everyone.
I have a problem to represent a couple of images stored in database. The page has a property of type List with beans that keeps images in byte arrays. I need to render those images in the iterator on the same page. It seems may be like in tapestry "Workbench" tutorial with a dynamic chart but with more than one image. I did like in tutorial but service always renders the same image (generally the last in the list). Does anybody have any experience to render more than one image on the page? Thanks for answering.
