posted 16 years ago
You need to be more specific.
As you´re posting this at the JSF forum, I assume the following:
You have a JSF page opened in a web browser. You want to add a "Print" button or link to it and you want that it should open a print dialog.
Is this true? If so, simply use Javascript´s window.print() function in the onclick event. If not, you need to elaborate more about the problem.