Originally posted by mini mehta:
But what i don't understand is why can't u do it through a tag.
Because HTML doesn't work that way. There is no meand to put the byte data directly into an HTML page and then expect theimage to show up. You must make a spearate request through an <img> tag.
JSP isn't any kind of magic that will make HTML do anything it can't do outside of JSP.