Learn Java for Web Development

(Tina Meador) #1
CHAPTER 6: Component-Based Web Development Using JSF 2 297






  1. List of All books

























































































   Line 6: Declares the namespace for the JSF core library
 Line 14: Shows the usage of the h:dataTable tag instead of using the markup
<table/>
 Line 14: Shows the deferred EL expression that uses the bookList property of
the managed bean bookController
 Line 15: Shows the usage of h:column instead of using the markup <td/>
 Line 16: Shows the usage of the f:facet tag to add the facet
 Line 17: Shows the usage of h:outputText that displays the book title
Free download pdf