posted 13 years ago
JSP is not responsible for displaying an image. JSP is responsible for writing a HTML page to the client browser.
Normal HTML rules apply for getting an image displayed on the page. If you can write a static HTML page that displays that image, then you can write that page with JSP>
Bill