Html 如何在netbeans webapplication项目中使用prime faces extensions jar文件

Html 如何在netbeans webapplication项目中使用prime faces extensions jar文件,html,Html,我正在尝试使用primefaces扩展的导出器功能,以便一次可以导出多个表。我遇到以下错误: 元素“pe”dataExporter“的前缀“pe”未绑定 代码在这里 <h:commandLink> <p:graphicImage value="../resources/images/excel.png" title=""/> <pe:dataExporter type="xls" target="dailyS

我正在尝试使用primefaces扩展的导出器功能,以便一次可以导出多个表。我遇到以下错误: 元素“pe”dataExporter“的前缀“pe”未绑定

代码在这里

 <h:commandLink> 
             <p:graphicImage value="../resources/images/excel.png" title=""/> 
             <pe:dataExporter type="xls" target="dailyShtSts" fileName="DailyCheckList" postProcessor="#{supportCrmIssuesTabController.postProcessXLS}"/> 
        </h:commandLink> 

您是否声明xmlns:pe=”http://primefaces.org/ui/extensions“在标签html上

无论如何,您必须声明这一点并在java构建路径中添加JAR(org.apache…poi xxx;poi excelant xxx;poi ooxml xxx;poi scratchpad xxx;和xmlbeans xxx)

PS:xxx表示jar文件的版本