<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<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:ui="http://java.sun.com/jsf/facelets">
<body>
<h:form><center>
<h:panelGrid columns="2">
<h:outputText value="Login: " />
<h:inputText value="#{usBusiness.user.login}"/>
<h:outputText value="mot de passe:" />
<h:inpuText value="#{usBusiness.user.pwd}" />
<h:commandButton id="submit" action="#{usBusiness.user.connecter}" value="connecter" />
<h:commandButton id="submit" action="#{usBusiness.user.connecter}" value="annuler" />
</h:panelGrid>
</center></h:form>
</body>
</html>
後,我試圖訪問的頁面,我得到了以下錯誤:HTTP狀態代碼500(內部服務器錯誤),而加載的JSF頁面
There was an internal server error that prevented it from fulfilling the request.
例外:
javax.servlet.ServletException: /authentification.xhtml @12,49 <h:inpuText> Tag Library supports namespace: http://java.sun.com/jsf/html, but no tag was defined for name: inpuText
javax.faces.webapp.FacesServlet.service(FacesServlet.java:270)
org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:178)
org.ajax4jsf.webapp.BaseFilter.handleRequest(BaseFilter.java:290)
org.ajax4jsf.webapp.BaseFilter.processUploadsAndHandleRequest(BaseFilter.java:390)
org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:517)
誰能告訴我我做錯了什麼?
歡迎來到Stack Overflow!在我們的社區中,英語是*事實上*唯一使用的語言。這一次我翻譯了你的問題,但下一次你自己做,或者不要發表任何問題。 – skuntsel 2013-05-05 08:49:00