printing the entire page

Hi,

In my application, I have a panel which contains chart generated using jfreechart api. I want to print out the entire page, but the charts don’t get printed out. I can print out only the chart itself, but I want to print it alongwith the other contents in the panel. How could I go about doing it?

Hi,

there is no specific printing support in Vaadin. You may want to take a look at
the Printing section
of the book of Vaadin, especially the part about creating a printer-friendly page.


Tepi