How to get the parsed HTML from a JSF Page
Hi,
I have an application that the user must fill in some data. Later on, it's shown a confirmation page with the user's information. I want to email that confirmation page to the company. The question is: How can I get the result html page as a string from that jsf confirmation page within the application.
Any help is appreciated,
Tiago Gaspar.

