February 2014
Beginner
1248 pages
62h 25m
English
• Elements from the JSF HTML Tag Library are mapped by the JSF framework to a combination of XHTML elements and JavaScript code that enables the browser to render the page.
• The h:form element (p. 17) contains the components with which a user interacts to provide data, such as registration or login information, to a JSF app.
• An h:panelGrid element (p. 19) organizes elements in an XHTML table. The columns attribute specifies the number of columns in the table. The style attribute specifies the CSS formatting for the table.
• A h:graphicImage (p. 19) displays an image (specified by the name attribute) in the page.
• As of JSF 2.0, you add resources (p. 19) that are used throughout your app—such as images, CSS ...
Read now
Unlock full access