February 2014
Beginner
1248 pages
62h 25m
English
Each h:graphicImage displays an image in the page. For example, line 18 inserts the image fname.png—as specified by the name attribute. You add resources that are used throughout your app—such as images, CSS files, JavaScript files—to your web apps by placing them in the app’s resources folder within your project’s Web Pages node. Each subfolder of resources represents a resource library. Typically, images are placed in an images library and CSS files in a css library. In line 18, we specify that the image is located in the images library with the library attribute. JSF knows that the value of this attribute represents a folder within the resources folder.
You can create any library you like in the ...
Read now
Unlock full access