gpt4 book ai didi

java - JSF、JBOSS 显示不正确

转载 作者:行者123 更新时间:2023-11-29 06:00:51 26 4
gpt4 key购买 nike

我在 JBOSS 6、Eclipse、JSF MOJARRA 中遇到了这个奇怪的问题。

所以这是我的 index.xhtml:

<!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"
>

<!--
Replace path to template, title, header and body
with actual data.
-->
<h:head>
<title>JSF 2.0 Hello World</title>
</h:head>
<h:body>
<h3>JSF 2.0 Hello World Example - hello.xhtml</h3>
<h:form>
<h:inputText value="#{helloBean.name}"></h:inputText>
<h:commandButton value="Welcome Me" action="welcome"></h:commandButton>
</h:form>

</h:body>

</html>

在执行过程中,我只有页面标题,没有输入文本,也没有按钮。请帮助我!

最佳答案

看起来您的页面无法解析。如果有这行代码,您应该检查您的 faces-config.xml

 < view-handler>com.sun.facelets.FaceletViewHandler< /view-handler> 
(删除空格)并且您的库必须具有 jsf-facelets.jar 。

关于java - JSF、JBOSS 显示不正确,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10158049/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com