JSF2 Composite component link using ajax
问题 Here is my (simplified) issue : I've got a page that is using 2 composite components of mine : - CCSelection - CCDisplay In CCSelection, I have a list of values, each one has got a h:commandLink onto. When clicking on a link, the CCDiaplay component is refreshed using the selected value. To do this, CCSelection exposes a method attribute that is directly linked on each h:commandLink. The value is given to the method using f:attribute. In the page backing bean, I've got a method (that is given