gpt4 book ai didi

Java Server Faces - 导入图像

转载 作者:行者123 更新时间:2023-12-01 19:07:10 24 4
gpt4 key购买 nike

我想将图像文件导入JSF页面。我使用这段代码:

<div id="greenBand" class="ui-state-default ui-corner-allh"
style="position:relative; top:35px; left:0px;">
<img xmlns="" class="sectionTitle" alt="Download Drivers" border="0"
style="position:relative; top:-20px; left:9px;"
src="resources/logo_datacenters.png" />
</div>

当我将 JSF 页面加载到 Web 浏览器中时,我在页面位置收到此错误消息:

Warning: This page calls for XML namespace declared with prefix img but no
taglibrary exists for that namespace.

我缺少什么标签库?

最佳答案

xmlns=""的目的是什么?在你的 img 标签中?

删除它...

顺便说一句,您可以使用 <h:graphicImage ...

关于Java Server Faces - 导入图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9618720/

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