IntelliJ Java IDE
The moose likes JSP and the fly likes Doubt in JSP Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "Doubt in JSP" Watch "Doubt in JSP" New topic
Author

Doubt in JSP

Kumaran Sowrirajan
Ranch Hand

Joined: Oct 15, 2001
Posts: 36
Hi
I need to show the Image as well as some data related to that Image in JSP.Image and their related data's are stored in database.
Because both the content type are different also i dont know how to show the different content type in single request?
Can you please tell me how can i show both the data [Image and Text] together.
Thanks,
Sujatha Kumaran.
Bear Bibeault
Author and opinionated walrus
Marshal

Joined: Jan 10, 2002
Posts: 50691

Remember that a JSP is just a template to create an HTML page to send to the client. So how would you solve this in an HTML page?
The text would simply go on the page, and the image would be referenced via an <img> tag. The URL of the image tag could be a "hard" URL of the image file on disk, or the URL to a servlet that returns the image data (with corresponding content type).
hth,
bear


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
 
subject: Doubt in JSP
 
Threads others viewed
How should we share regions in JSF.
Not able to display image from the object retrieved back from the database into the jsp page.
Optimistic Or Pessimistic locking .
Need help related to content type issue
Need urgent help
developer file tools