我在我的应用程序中放了一些图像,但图像没有出现,我正在使用jsf
更新
<h:panelGroup layout="block" styleClass="logo_pull_left">
<h:commandLink action="index.xhtml">
<h:graphicImage library="resources" name="winnerlogo.png"/>
</h:commandLink>
</h:panelGroup>
我的页面上应该出现的图片
UPDATE image3
答案 0 :(得分:1)
你应该有一个名为resources
的目录,里面有一个名为imagens
的目录。
那么你的代码就可以了。