Ajax-enabled composite component
Posted
by Jonathan Frank
on Stack Overflow
See other posts from Stack Overflow
or by Jonathan Frank
Published on 2010-05-29T15:38:42Z
Indexed on
2010/05/29
15:42 UTC
Read the original article
Hit count: 257
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
© Stack Overflow or respective owner