'Button to download a Base64 pdf [duplicate]

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



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source