Selection Tags
Checkboxes and Radio Buttons
Menus and Listboxes
- JSF has seven tags for making selections:
- h:selectBooleanCheckbox
- h:selectManyCheckbox
- h:selectOneRadio
- h:selectOneListbox
- h:selectManyListbox
- h:selectOneMenu
- h:selectManyMenu
Checkboxes and Radio Buttons
- Two JSF tags represent checkboxes:
- h:selectBooleanCheckbox
- h:selectManyCheckbox
- The h:selectBooleanCheckbox tag represents a single checkbox that you can wire to a boolean bean property.
- Example of Checkboxes:
- Example of Radio:
Menus and Listboxes
Tags:
Java