Posted By:
Mattia_Tomasoni
Posted On:
Thursday, May 3, 2007 02:17 PM
Hello everybody,
I am newbie here and not very experienced with
JSF
. :)
I have a
mySQL
database with different kind of data in it. My web application displays the results of a
SELECT
directly on the browser via a table; some of the fields contain
BLOB
(pdf) objects that are displayed as an alphanumeric string: my idea would be to have something like a link to download the
BLOB
instead!
Is there a
JSF
solution to my problem?
Thanks!