Im working with java 6, jsf and icefaces.
In the database I have stored a Base64 string that is a pdf, I want to put a button in the screen to download that pdf.
I tried with the ice:outputResource component passing the bytes of the Base64 but it didnt worked.
Is there a way to achieve this? Thanks