how do i load an image from a DB inside a jsf using managed beans?
Posted
by RhigoHR
on Stack Overflow
See other posts from Stack Overflow
or by RhigoHR
Published on 2010-05-17T12:24:38Z
Indexed on
2010/05/17
12:40 UTC
Read the original article
Hit count: 237
Hi.. i have a database with some images...could anyone tell me or explain me how could i can load an image in a jsf?
I alredy have a managed bean that converts an Image object into a streamcontent...and this streamcontent is called from the page in a tag , but when a i check the source code of the page, there's no src where the image could be loaded.
Hope an answer, thx
© Stack Overflow or respective owner