Google News
logo
JSF - Interview Questions
Describe JSF Standard tag libraries
JSF standard tag library consists of various HTML input types. Some of them are as listed below:
 
* h:inputText : Creates HTML text box of text type
* h:inputSecret : HTML text box of password type
* h:inputTextarea : HTML textarea input field
* h:inputHidden : HTML input of type hidden
* h:selectBooleanCheckbox : For single HTML check box
* h:selectManyCheckbox : For group of HTML check boxes
* h:selectOneRadio : For single HTML radio button
* h:selectOneListBox : For HTML single list box
Advertisement