krysna
Programmer
- May 20, 2008
- 22
I have several reports that I have "linked" via hyperlinks to internet locations. I start with report 1. Depending on what was clicked, I pass that parameter to an action class (we are using Struts), which sends it to the ReportRenderer and serves up the next report. Report 2 comes up just fine. I do the same exact thing (even going through the same action class) to get to report 3, and I get "Errpr: Some parameters are missing values." I have no exceptions in my console window. Can anyone tell me what is wrong?