I am trying to display jasper reports inside of a website using JSP. I have a form which lets users specify between two dates they want to view the report, and then build the query in the JSP. I have the query itself as a parameter for the report so it knows what to query for in the database. I debugged what the actual query I get is and ran it and the query works. Any ideas?
Thanks
0 Answers:
No answers yet
Strange one, if you say the query exectues correctly then I don't know what else it could be! Do you not see anything else in the stack trace?