Hello,
I need detailed examples of how to create a pdf from jsp. On the jps page there will be a print button and when clicked the same jsp will pop up as a pdf to print.
How do you include this behind the print button.... Using ireport
Someone said it would be something like this when the button is clicked
<input hidden field = equal the xml format of this same page
>
<submit print>
How do you include the ireport object and set up the string that will consist of the xml to be a file sent to ireport.
Thank you for any help with this.
SB