What is facelets?
Answer / Vivek Arya
Facelets is a UI component library for JSF that provides an alternative to the standard view handler and allows developers to create their own custom tags and components. Facelets enhances the performance and flexibility of JSF applications by reducing the amount of generated code and offering fine-grained control over the structure of the rendered HTML.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the difference between the required and requiredmessage attributes in the <h: inputtext> tag.
What are the advantages of facelets?
why is jsf used for?
What are the different types of events in jsf?
How to declare the message bundle in jsf?
List some of the attributes of <h:form> tag in jsf?
What is the difference between jsf and jsp?
Name some important event handlers.
What are the command component tags used for action and navigation?
Can we integrate jsf with other popular frameworks like spring, hibernate, etc.?
Explain @CustomScoped annotations?
What is view object?