What are the features of facelets used in jsf?
Answer / Maneesh Jaiswal
Facelets is a templating system for JSF that allows for separation of presentation logic and markup. Key features include support for XHTML as the page definition language, ability to create reusable templates, partial page rendering (AJAX updates), and integration with JSF components.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to declare the message bundle in jsf?
How to access web.xml init parameters from JSP page?
Explain value expression and method expressions?
List some ajax attributes.
Explain the purpose of the <h: form> tag.
Can jsf contain multiple configuration files?
What is the difference between instant and deferred expressions?
What does the @applicationscoped annotation indicate?
What are the different types of Page Navigation supported in JSF?
What is cdi in jsf?
How to implement internationalization (localization) (i18n) in jsf?
What is managed bean and backing bean in jsf?