Hi,

I have an image in my Database and I want to display it.
Before creating the jsp, I ask the image from the DB and put it in my modele (like a InputStream property named photo in an Employe class)
In my JSP i want to display this image (so the property)
Is it possible to give a "binary" directly to the html:img tag ?
Can i write <html:img src="employe.getPhoto()"/>


Thank's

Marc


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



Reply via email to