Hi,
I am using ADF 12c, Trying to integrate Jasper reports with ADF page.
I have put the jasper reports JRXML and the compiled .jasper files inside ViewController/reports.
Now I want to open Jasper report on a button click.
I have used fileDownloadActionListener and set the contentType to application/pdf
I want to take the reports from the classpath and then print it out to PDF on button click.
How do I do this?