我正在使用JSF 2.2和PrimeFaces 6.2,并且当我使用<p:dataView ...>
时,程序崩溃。
这是错误:
javax.servlet.ServletException: /index.xhtml @15,65 <p:dataView> Tag Library supports namespace: http://primefaces.org/ui, but no tag was defined for name: dataView
我该如何解决?
PS。我在类路径上添加了PrimeFaces的Jar文件,并且还在webapp / WEB-INF / lib中添加了jar PPS。仅对于此标签,我会注意到此错误,其他PrimeFaces标签可以正常工作。
答案 0 :(得分:3)
正确的答案是,这是在PF 6.2.3中添加的,并且您正在使用PF 6.2。
这是为其创建的GitHub票证。 https://github.com/primefaces/primefaces/issues/3594