Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[faces-dev] <h:graphicImage>

 
There seems to be twice as many choices of including images in faces.
 
Two ways to call it and two places to put it.
 
             <h:graphicImage library="images" name="duke.waving.gif" />
 
            <h:graphicImage url="">                             alt="Duke waving his hand"/>
 
 
 
src/main/resources/META-INF/resources/images 
 
src/main/webapp/resources/images
 

 
 

Back to the top