0 Replies Latest reply on Feb 18, 2012 5:05 PM by java.sergio

    a4j:repeat

    java.sergio

      Hello everybody.

      I'm trying to implement a list (table) with two dynamic combos in table. This list is being assembled with a4j:repeat nothing problems.

      This list is stored by t:saveState tag.

      In each row of the table has two combos. Where a combo (h: selectOneMenu) loads the combo (h: selectOneMenu) via ajax. Placed inside the h: selectOneMenu a a4j:support.

      What happens is that when selecting an item in a combo1 is called the method successfully in ajax ManagedBean.
      However, note that the rows in the table were also changed to the value of Combo1 selected.

      What might be happening?

       

       

      Please.

       

      Sergio