Reputation: 87
What is the difference between JSF Custom Components and Facelets Composite Components?
Upvotes: 2
Views: 3606
Reputation: 1108577
JSF custom components are Java classes which extend UIComponent
. Facelets composite components are XHTML files which use http://java.sun.com/jsf/composite
namespace.
Upvotes: 6