Explain the required and requiredmessage attribute of the <h:inputtext> tag?
Answer / Rakhi Shankhdhar
<h:inputText> is a JSF component for text input. The 'required' attribute specifies whether the input field is required or not, and the 'requiredMessage' attribute sets the error message to be displayed if the field is left empty.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is f:converter tag in jsf (javaserver faces)?
What are tags in jsf?
List some ajax attributes.
Explain @CustomScoped annotations?
What is component rendering model?
Explain different types of jsf events?
What is view object?
How to implement internationalization (i18n) in JSF?
What do you mean by bean scope?
Explain the purpose of the selectone menu tag in jsf.
What are the available scopes for the managed bean?
How to relocate web resources in jsf (javaserver faces) application?