Facelet component Tag
Facelet component Tag is used to add a new component into the JSF component tree as children of UI component instance.
Facelet composition Tag
This is a templating tag and is used for the wrapping the content that can be included in any other facelet. This tag provides some useful features.
Facelet debug Tag
Facelet debug Tag is useful in displaying the component tree and scoped variables.
Facelet decorate Tag
This tag is useful when we want content with some decoration text in the document.
Facelet define Tag
Facelet define Tag is used to define the name of the content. This named content can be included within a template.
Facelet fragment Tag
Facelet fragment Tag is used to insert the new UIcomponent to the component tree and the content outside of the tag is included to the tree.
Facelet include Tag
Facelet include Tag is used to include the content of a page. This page name is specified by src attribute of include tag.
Facelet insert Tag
Facelet insert Tag is used to replace the content defined in another facelet to the template.
Facelet param Tag
Facelet param Tag is used to pass objects as variables between facelets. This tag has two required attributes name and value.
Facelet remove Tag
Facelet remove Tag is used to remove content within this tag from a facelet at compile time. This tag don't have any attribute.
Facelet repeat Tag
Facelet repeat Tag is used to iterate over the list of items. The name of list of items is specified by the EL expression in the value attribute of this tag.
Remove a value with remove() method
In this section you will learn to remove an object from a particular position specified by a index value. Here is an example that provides the usage of the remove() method in more detail.
JavaScript remove method
As JavaScript's add() method is used to add more option elements to the <select> tag.
Introduction to Facelet
Facelet is a view technology for Java Server Faces (JSF) that allows building composite views more quickly and easily than with JSP which is the default view technology for JSF.