I have a site that is composed of forms that the users can fill out. Its navigated by a tabbed interface at the top. If the user clicks on a tab for a form they've already filled out they see the data they entered. I'm trying to allow them to print this data. I have all the data in a scrollpane, and when I print I get just the visible data (not the rest of the stuff in the scroll pane). I've tried using various techniques to print, all with the same results. Any suggestions? Thanks!