You have been asked to run OrderListbyDate_Parameter.cls from your JSP application and this report set requires parameters to run. You don't want JReport Enterprise Server to display the default JSP page to enter the parameter value so you need to write a JSP page to request the parameter values, and then run the report set with the specified values.
In this lesson you will also need to use DHtml API to run the report set without using the tag library.
This lesson comes with an HTML file that requests the parameters and a JSP file that runs and displays OrderListbyDate_Parameter.cls in DHTML format in a new web browser window.
<install_root>\Demo\source to <install_root>\public_html\jag.<install_root>\Demo\source to <install_root>\public_html\jag.
In this task you have learned how to use JSP and DHTML API to run a report set with parameter collected through the user interface. Often this information is known by your application so there is no need to prompt the user for the information, it can be provided directly from the application calling the report set.