带有 jsf 的库图像不会出现

Library Image with jsf does not appear

我在我的应用程序中放了一些图像,但图像没有出现,我正在使用 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>

我的页面包含应该出现的图片

更新 image3

您应该有一个名为 resources 的目录,其中有一个名为 imagens 的目录。 然后你的代码就可以工作了。