Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
Passing Parameters through JSP to MyEclipse Reports
I have a struts application with index.jsp and result.jsp. I want to pass parameters
from result.jsp to report.jsp(jsp page which is created when i add Report Capabilities) so that I can use them in the reports.
I think the easiest way to really figure out how to do that is to create some little linked reports and see how BIRT does it. The report parameters are passed in as query string parameters with matching names.