What is a Facelet?
A view handler for faces, replaces JSP.
To use Facelet tags, what namespace declaration is needed?
xmlns:ui=”jakarta.faces.facelets”
what does ui:include do?
Includes contents from other xhtml pages (think of ejs)
Typically used in ui:insert tags
What is a facelet template and how do we use it?
an xhtml page that uses ui:insert and ui:include tags.
NOTE: ui:composition is used both to define the template and utilize it
ui:composition will load in the template.
ui:define tags adds replacements for template’s ui:insert tags.
What are does ui:decorate do?
Creates a wrapper around HTML