What is the difference between JSF Custom Components and Facelets Composite Components?
Asked
Active
Viewed 3,566 times
2
1 Answers
6
JSF custom components are Java classes which extend UIComponent
. Facelets composite components are XHTML files which use http://java.sun.com/jsf/composite
namespace.