dirtyholmes
Programmer
I am having trouble viewing a crystal report(Crystal 10) in my JSP page ( in Weblogic ) using Weblogic Workshop.
I have tried to both follow the simple instructions using the java viewer tag, to just drop in my report onto the page, and i have also tried to add code to the JSP page without the viewer tag.
However in both cases when i run the Debug-> Start command The message i get in my test browser is:
com.crystaldecisions.report.web.viewer.CrystalReportViewer
Index: 0, Size: 0
The report i have created has no saved data and does not requires any connection to a database,
but is simply just an empty report with some hard coded text. I am simply trying to test that
i can view a report in my JSP page. The report is stored in my WEB-INF directory.
Does anybody have any ideas why my report is not showing.
Kind thanks
I have tried to both follow the simple instructions using the java viewer tag, to just drop in my report onto the page, and i have also tried to add code to the JSP page without the viewer tag.
However in both cases when i run the Debug-> Start command The message i get in my test browser is:
com.crystaldecisions.report.web.viewer.CrystalReportViewer
Index: 0, Size: 0
The report i have created has no saved data and does not requires any connection to a database,
but is simply just an empty report with some hard coded text. I am simply trying to test that
i can view a report in my JSP page. The report is stored in my WEB-INF directory.
Does anybody have any ideas why my report is not showing.
Kind thanks