Remember the questions at the end of Chapter 24? Is it possible to predefine and reuse such similar input structures? This chapter shows how to build such components.
Before JSF 2.0, you could still create your own components. These custom components follow a special convention to programmatically implement behavior with Java code. Sometimes that’s useful to create components with completely new behavior.
Beginning with JSF 2.0, a new feature was introduced: composite components. With this feature you simply use Facelets to compose reusable components of ...