2

What is the difference between JSF Custom Components and Facelets Composite Components?

BalusC
  • 1,082,665
  • 372
  • 3,610
  • 3,555
adevedo
  • 87
  • 3
  • 12

1 Answers1

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.

See also:

Community
  • 1
  • 1
BalusC
  • 1,082,665
  • 372
  • 3,610
  • 3,555