"Composite Component" is a JSF 2.x / Facelets specific term for reuseable UI components which are declared using pure XML rather than Java.
I started using JSF 2.0 with Facelets recently and got puzzled by new composite components knowing existing <ui:include> …
jsf-2 facelets custom-component composite-component tagfileIn the code bellow the jsf html commandButton action is called perfectly. But primefaces commandButton action is not called. <…
jsf-2 primefaces composite-componentI have a JSF 2 composite component that employs some Ajax behavior. I want to add a listener method to the &…
java ajax jsf-2 listener composite-componentThe title really says it all. I have made an attempt which failed with the error: Illegal attempt to pass …
jsf facelets composite-componentI need to programmatically create composite components in JSF 2. After few days of searching and experiments I figured out this …
java dynamic jsf-2 facelets composite-componentI have lot's of outputLabel and inputText pairs in panelGrids <h:panelGrid columns="2"> <h:outputLabel value="label1" …
jsf jsf-2 grid alignment composite-componentI asked this question and although the answer directly satisfied my needs I am left with a feeling that there …
jsf jsf-2 facelets dynamic-forms composite-componentI am learning about composite components with JSF 2.0 and i want my component to be able to trigger methods from …
java jsf jsf-2 facelets composite-componentI'm creating a simple menuing composite component in JSF 2. However, I am unable to pass a String attribute into the …
jsf jsf-2 action composite-componentI am having trouble in using a JSF composite-component in the right way. I put some components together and everything …
jsf-2 composite-component