Update. I go the images to show using two servlets. One to return the text
items and one to return the image based on the ID in the text. I used
David's example as a starter.
I did find that when I used:
"img src="/webapp/path/to/servlet.jpg?recId=" + member.getID() + "/>"
The id that was ret
I am working on a project that queries staff information and photos from our
oracle database and I need to display this information in a web page.
I can query and display the textual data but now I need to add the image
along with the text.
If this is not the right form, please direct my to th