I am still trying to figure out how to display jpg's stored in our oracle 
database.  I have a person class that has the following fields:
        private String personID;
        private String personName;
        private Blob personImage;

I create a list of these perons as I return data from the database.
My HOME.page contains
        <component id="personImage" type="Insert">
                <binding name="value" value="currentPerson.personImage"/>
        </component>

and my HOME.html has
<td><span img jwcid="personImage">Test image 3</span></td>

The page works though the browser but I get [EMAIL PROTECTED] retuned in the 
html table(with different data after the @ )
I looked at the examples but, since I am new to this, they did not help.

Any suggestions.
Thanks
Calvin

--
-- 
"There is no psychiatrist in the 
world like a puppy licking your 
face."
Ben Williams

Please visit:
http://mywebpages.comcast.net/tnczo
o/
http://mywebpages.comcast.net/cedma
il/backpacking/index.html
http://groups.yahoo.com/group/Backp
ack_PA/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to