JSF
Backing Bean Data Binding
Binding a Component instance
- The components corresponding to the tags are bound to the backing bean properties, so these properties must match the components’ types, such as
UIOutput
andUISelectBoolean
etc. - The data-binding tags must use
binding
attribute for this purpurse.