0 Replies Latest reply on Jun 21, 2007 9:39 AM by yevgen_78

    tree - from program doesn't work properly

    yevgen_78

      I'm try to create a simple tree with 2 nodes from the program

      -Node1
      ----Node2

      and i want in jsp file simple specify
      <rich:tree binding="#{bean.tree}"/>

      is it possible? I mean without specifing in jsp all possible subnodes types.

      If it possible, please example. (simple example, without Drag&Drop, simple - create in Bean and show)