MyEclipse: Passing Parameters through JSP to MyEclipse Reports neetu59 - Mar 13, 2009 - 10:16 PM Post subject: Passing Parameters through JSP to MyEclipse Reports
Hi
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.
Can anybody help me with this?
thanks
Neetirmcvay - Mar 13, 2009 - 10:22 PM Post subject: RE: Passing Parameters through JSP to MyEclipse 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.neetu59 - Mar 13, 2009 - 10:35 PM Post subject: RE: Passing Parameters through JSP to MyEclipse Reports
Can you give me an example ? I am confused