0 Replies Latest reply on Jul 2, 2007 10:01 AM by yevgen_78

    tree and table. Simultaneous update?

    yevgen_78

      Hi,

      i have one page with one form and two beans (tree and table).
      I want if user select something in the tree update the table.

      Is it possible?

      I've set NodeSelectListener - -> change the value in the Table bean, but the page (on client side) is not updated. I need somehow to force update the table from my programm. If i press F5 -> everything works (means that i've setted the value from the tree to the table bean correct)... but how update the client side?

      Thanks