adevedo
adevedo

Reputation: 87

What is the difference between Custom Components and Composite Components?

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

Upvotes: 2

Views: 3606

Answers (1)

BalusC
BalusC

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.

See also:

Upvotes: 6

Related Questions