previous | start | next

Common JSF Components

Component JSF Tag Common Attributes Example
Text Field h:inputText value
Password Field h:inputSecret value
Text Area h:inputTextArea value
rows
cols
Radio Button Group h:selectOneRadio
h:selectManyRadio
value
layout
Checkbox h:selectOneCheckbox value
Checkbox Group h:selectManyCheckbox value
layout
Menu h:selectOneMenu
h:selectManyMenu
value
Image h:graphicImage value
Submit Button h:commandButton value
action

previous | start | next