<cfimport taglib="/WEB-INF/lib/crystal-tags-reportviewer.tld" prefix="cr">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Report JSP</title>
</head>
<body>
<!---
This produces and error:
Error 500
tried to access class
com.crystaldecisions.report.web.viewer.taglib.ServerControlTag from class
cfReport2ecfm864923616
The specific sequence of files included or processed is:
C:\Inetpub\wwwroot\Crystal\Report.cfm
java.lang.IllegalAccessError: tried to access class
com.crystaldecisions.report.web.viewer.taglib.ServerControlTag from class
cfReport2ecfm864923616
--->
<cr:viewer viewerName="CrystalViewer" reportSourceType="reportingComponent" >
<cr:report reportName="/Crystal/Sample.rpt"/>
</cr:viewer>
<!---
I tried this code as well but it only results in a blank page.
I can specify any report name I like,e.g. non existing ones etc.
<cfreport report = "/Crystal/Sample5.rpt"> </cfreport>
--->
</body>
</html>