【发布时间】:2012-03-25 23:58:00
【问题描述】:
我想将图像文件导入 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.
我缺少什么标签库?
【问题讨论】: