Re: Displaying Photos stored in Oracle in HTML generated by servlet

2006-05-18 Thread Nicholas Sushkin
On Thursday 18 May 2006 20:52, you wrote: > I did find that when I used: > > "" > > The id that was returned had a / after the id which really caused issues. > (ended up looking like 345556/) > I changed the "/>" to " />" (a space prior to the /) and the code works > fine. You probably want to h

Re: Displaying Photos stored in Oracle in HTML generated by servlet

2006-05-18 Thread CalvinD
y ideas, let me know. Once I get the code cleaned up I will post the appropriate parts. Calvin -- View this message in context: http://www.nabble.com/Re%3A-Displaying-Photos-stored-in-Oracle-in-HTML-generated-by-servlet-t1637981.ht

Re: Displaying Photos stored in Oracle in HTML generated by servlet

2006-05-17 Thread Calvin Deiterich
David, You brought up a good point that I didn't even think of. Since the text is written out to response using a PrintWriter I would have to use some type of stream output for the images. I created another servlet just to try and display the images. I got as far as retrieving them from the databa

Re: Displaying Photos stored in Oracle in HTML generated by servlet

2006-05-17 Thread David Smith
quot; <[EMAIL PROTECTED]> To: Sent: Wednesday, May 17, 2006 12:26 PM Subject: Displaying Photos stored in Oracle in HTML generated by servlet I am working on a project that queries staff information and photos from our oracle database and I need to display this information i

Re: Displaying Photos stored in Oracle in HTML generated by servlet

2006-05-17 Thread Calvin Deiterich
>>> [EMAIL PROTECTED] 5/17/2006 2:11:34 PM >>> - Original Message - From: "CalvinD" <[EMAIL PROTECTED]> To: Sent: Wednesday, May 17, 2006 12:26 PM Subject: Displaying Photos stored in Oracle in HTML generated by servlet > > I am working on a project t

Re: Displaying Photos stored in Oracle in HTML generated by servlet

2006-05-17 Thread Rhino
- Original Message - From: "CalvinD" <[EMAIL PROTECTED]> To: Sent: Wednesday, May 17, 2006 12:26 PM Subject: Displaying Photos stored in Oracle in HTML generated by servlet I am working on a project that queries staff information and photos from our oracle databa

Displaying Photos stored in Oracle in HTML generated by servlet

2006-05-17 Thread CalvinD
the most appropriate. Otherwise, any help will be appreciated. Thanks Calvin -- View this message in context: http://www.nabble.com/Displaying-Photos-stored-in-Oracle-in-HTML-generated-by-servlet-t1637245.html#a4434040 Sent from the Tomcat - User forum at Nabble.com