Chapter 7
Using JavaServer Faces Technology in Web Pages
The page author’s responsibility is to design the pages of a JavaServer Faces application. This includes laying out the components on the page and wiring them to backing beans, validators, converters, and other server-side objects associated with the page. Page authors use the JavaServer Faces tags to perform the following tasks:
Lay out standard UI components on a page
Reference localized messages
Register converters, validators, and listeners on components
Bind components and their values to server-side objects
Reference backing bean methods that perform navigation processing, handle events, and perform validation


