Hi I like to export whole page in pdf like print, print is working but pdf not working,,
kinldy tell what iam wrong with
<h:form>
<h:commandLink>
<p:graphicImage value="/Images/pdf.png" />
<p:dataExporter type="pdf" target="export" fileName="test"/>
</h:commandLink>
<h:commandLink>
<p:graphicImage value="/Images/print.png" />
<p:printer target="export" />
</h:commandLink>
<h:panelGroup id="export">
_________________________
_________________________
_________________________
_________________________
_________________________
</h:panelGroup>
</h:form>
I getting error
javax.servlet.ServletException: com/lowagie/text/Phrase
java.lang.NoClassDefFoundError: com/lowagie/text/Phrase
java.lang.ClassNotFoundException: com.lowagie.text.Phrase
Thank you
javax.servlet.ServletException: Unsupported datasource target:"javax.faces.component.html.HtmlPanelGroup", exporter must target a PrimeFaces DataTable.– Praveenkumar_V Nov 24 '12 at 11:26