Hello ADF Developers,
In my previous post http://sameh-nassar.blogspot.com/2010/07/call-oracle-reports-from-your-adf.html I explain a way to call oracle report but this way has a problem. The problem is the report parameters appear in the URL. In this post I will explain another way to call oracle report without displaying report parameters in URL.
to call oracle report follow this steps:
1- Make a new .jsp page (for example the page name is report.jsp).
2- In faces-config.xml make a navigation rule to report.jsp with outcome "report".
3- Write this code inside the report.jsp page
4- Create ADF page (.jspx or .jsf page) then add button (this button will call the report) and in the button action write this code:
In my previous post http://sameh-nassar.blogspot.com/2010/07/call-oracle-reports-from-your-adf.html I explain a way to call oracle report but this way has a problem. The problem is the report parameters appear in the URL. In this post I will explain another way to call oracle report without displaying report parameters in URL.
to call oracle report follow this steps:
1- Make a new .jsp page (for example the page name is report.jsp).
2- In faces-config.xml make a navigation rule to report.jsp with outcome "report".
3- Write this code inside the report.jsp page