Google News
logo
JSF - Interview Questions
What are the types of text fields tags provided by JSF?
The three types of text field tags are ;
 
<h:inputText> : This adds the text box next to the label field.
<h:inputSecret> : This type is used for password fields where the entered data is hidden.
<h:inputTextarea> : This type of fields is used while entering large number of characters.
Advertisement