I am using composite components in my JSF 2.0 project, and I want to combine my composite components with like this:
<ex:mycompositecomponent>
<f:ajax event="change" render="anotherComponent" />
</ex:mycompositecomponent>
Is there any way to do that?
Yours sincerely
Jonathan Frank