标签: jsf netbeans xml-namespaces jsf-2.2
在net bean中,JSF Application i无法在.xhtml文件中包含xmlns:h =“http://xmlns.jcp.org/jsf/html”,而不是xmlns:h =“http:/ /java.sun.com/jsf/html”。它显示“找不到名称空间的库”。我该怎么做才能解决这个问题?
答案 0 :(得分:1)
也许您忘了在faces-config.xml中配置您正在使用的命名空间的新架构位置?
faces-config.xml
查看this帖子。