I changed my html page to the following but still no luck. Still just displays a
blank browser page.
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:crviewer="/crystal-tags-reportviewer.tld">
<head>
<title>#{viewReportActions.reportTitle}</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="Pragma" content="no-cache"/>
<meta http-equiv="Expires" content="0"/>
</head>
<body>
<f:view contentType="text/html">
<h:form id="viewerForm">
<crviewer:viewer viewerName="viewerForm" reportSourceType="iReportSource"
reportSourceVar="#{viewReportActions.iReportSource}"
displayToolbarPrintButton="true"
zoomPercentage="100"
displayToolbarExportButton="true"
displayToolbarRefreshButton="false"
displayGroupTree="false"/>
</h:form>
</f:view>
</body>
</html>
Thanks,
Scott