Does anyone know how I would go about displaying multiple images in a jsp? The Images come from a blob field in a database table. I am only able to display one at a time ( 1 DB connection for each image). I do this with a servlet inside an image tag in my jsp. But I need to display a list of Blob images. Can someone please help me? Thanks a lot. Rick