2 Replies Latest reply on Jun 29, 2011 11:50 PM by newbie0014

    How to reRender many components

    newbie0014

      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(CHILD1 only), i used a4j:support(reRender) tag in "PARENT", but for two , i am not getting.