0

I put some images in my application but the images are not appearing,I'm using jsf

UPDATE

 <h:panelGroup layout="block" styleClass="logo_pull_left">

                     <h:commandLink action="index.xhtml">
                   <h:graphicImage library="resources" name="winnerlogo.png"/> 
                     </h:commandLink>

              </h:panelGroup>

my page with the image that should appear

UPDATE image3

User1999
  • 115
  • 7

1 Answers1

1

You should have a direcory named resources and inside it a directory named imagens. Then your code will work.

MiguelKVidal
  • 1,498
  • 1
  • 15
  • 23