gpt4 book ai didi

jsf-2 - 为什么不呈现包装在 div 中的 outputText?

转载 作者:行者123 更新时间:2023-12-04 06:21:09 25 4
gpt4 key购买 nike

您知道为什么以下 outputText 组件在包装在 div 中时不会呈现吗?

<?xml version="1.0" encoding="UTF-8"?>
<!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">
<h:head>
<title>Welcome</title>
</h:head>
<h:body>
<div>
<h:outputText>This line will not be rendered</h:outputText>
</div>
</h:body>
</html>

例如,HTML 页面呈现如下:
<?xml version="1.0" encoding="UTF-8"?>
<!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"><head>
<title>Welcome</title></head><body>
<div>
</div></body>
</html>

最佳答案

<h:outputText value="This line will be rendered"/>

http://www.jsftoolbox.com/documentation/help/12-TagReference/html/h_outputText.html

关于jsf-2 - 为什么不呈现包装在 div 中的 outputText?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6551328/

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