What tags for validation exist in jsf?
Answer / Rajesh Kumar Roy
"JSF provides several validation tags, such as <h:inputText>, <h:inputTextarea>, and <h:selectOneMenu> that can be used with validation attributes like required, min, max, pattern, etc. There are also validation-specific components like <f:validateLength> and <f:validateRegex>"
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain @viewscoped, @sessionscoped, @customscoped and @requestscoped annotations?
What is java server faces (jsf)?
What standard jsf tag libraries do you know?
What is resource binding in jsf?
What are the benefits of using the jsf framework?
List out the available implementations of JavaServer faces?
What is eager managed bean?
Explain @SessionScoped annotations?
What are the various jsf api implementations you know?
How to create facelets templates?
What is a managed bean?
What is h:inputsecret tag in jsf (javaserver faces)?