2012-03-08 7 views
0

イメージファイルをJSFページにインポートします。Java Server Faces - インポートイメージ

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

私は、WebブラウザにJSFページをロードすると、私はページの位置で、このエラーメッセージが表示されます::

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

私はどのようなタグライブラリをしないのです、私はこのコードを使うのか?

答えて

4

あなたのimgタグのxmlns=""の目的は何ですか?あなたは<h:graphicImage ...

を使用することができますb.t.w

それを削除...

関連する問題