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 the working of render phase in jsf.
What are the features of jsf (javaserver faces)?
What is a backing bean?
What is the use of the view module?
What are facelet jsf tags?
What is cdi application?
Explain the difference between jsf 1.0vs.jsf 2.0?
What is h:inputext tag in jsf (javaserver faces)?
What is the significance of name and eager attributes in managed bean?
What is resource binding in jsf?
Explain the name backing bean.
What is f:validatedoublerange tag in jsf (javaserver faces)?