Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/typo3/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Jsf 当我使用p:dataExporter导出primefaces表时,我没有获得PDF下载中的数据_Jsf_Primefaces - Fatal编程技术网

Jsf 当我使用p:dataExporter导出primefaces表时,我没有获得PDF下载中的数据

Jsf 当我使用p:dataExporter导出primefaces表时,我没有获得PDF下载中的数据,jsf,primefaces,Jsf,Primefaces,我使用的是数据导出器,我并没有从表中获取内容,而是得到了错误 javax.faces.component.html.HtmlPanelGroup@f41a16请查找下面我用于pdf下载的代码 <h:commandLink> <p:graphicImage name="../../images/pdf.png" /> <p:dataExporter type="pdf" target="QuantityDeviationTable" fileNam

我使用的是数据导出器,我并没有从表中获取内容,而是得到了错误

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>

请。该错误不能仅仅由您发布的代码引起。我建议您查看中提供的示例,以防它不起作用,请添加日志。