我正在使用数据导出器,我没有从表中获取内容,而是我收到错误
javax.faces.component .html.HtmlPanelGroup @ f41a16 请找到我用于pdf下载的代码
<h:commandLink>
<p:graphicImage name="../../images/pdf.png" />
<p:dataExporter type="pdf" target="QuantityDeviationTable" fileName="QuantityDeviationTable" pageOnly="true" />
</h:commandLink>