【发布时间】:2013-12-12 22:02:00
【问题描述】:
我的 java 代码有一些错误问题。
我有以下代码:
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:p="http://primefaces.org/ui"
xmlns:pe="http://primefaces.org/ui/extensions"
xmlns:s="http://www.sensap.eu/jsf"
xmlns:c="http://java.sun.com/jsp/jstl/core"
xmlns:dialogs="http://java.sun.com/jsf/composite/components/dialogs"
xmlns:widgets="http://java.sun.com/jsf/composite/components/widgets">
当我编译代码时,它给了我以下错误:
找不到命名空间http://java.sun.com/jsf/composite/components/dialogs 的库 找不到命名空间http://java.sun.com/jsf/composite/components/widgets的库
我尝试检查 pom.xml 是否正常,但从我的角度来看,它看起来不错。我不知道接下来该怎么办!!!
【问题讨论】:
标签: jsf maven netbeans pom.xml