Top "Composite-component" questions

"Composite Component" is a JSF 2.x / Facelets specific term for reuseable UI components which are declared using pure XML rather than Java.

How does a composite component set a property in it's client's backing bean?

I have a composite component with an interface that contains this: <cc:attribute name="model" shortDescription="Bean that contains …

jsf-2 composite-component