In this section, you will find the brief introduction of Facelets technology of JSF.
The Facelets is the presentation technology for the JSF for developing web based application. Facelets is page declaration language for the Java Server Faces which is used to build views for JSF by utilizing HTML style template. It also used to build component trees.
For using JSF Facelets tag library, you need to include its URI into HTML tag as follows :
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:ui="http://java.sun.com/jsf/facelets">
You need to put ui : prefix before using its tags. Some of the examples are given below :
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
Ask Questions? Discuss: Introduction to Facelets
Post your Comment