开发者

How to reRender many components

开发者 https://www.devze.com 2023-03-16 11:18 出处:网络
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:combobo

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

精彩评论

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