开发者

How to reRender many components

I am using one rich:combobox(let say id="PARENT") and want to change dropdown list of two other rich:combobox(let say "CHILD1" and "CHILD2") according to selected attribute in first rich:combobox(PARENT).

How to do this ?

For changing only one rich:combobox(开发者_Python百科CHILD1 only), i used a4j:support(reRender) tag in "PARENT", but for two , i am not getting.


The reRender attribute will take multiple ids separated by commas.

<a4j:support event="onchange" reRender="parent,child1,child2" />
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜