2 Replies Latest reply on Feb 2, 2011 2:27 PM by harpritt

    rich:tree with ui:repeat for treeNodes

    harpritt

      Hi All

       

      Ive been srtuggling with this since 3 pm yesterday, i found one article in the Seam forum.... close but no cigar

       

      I would like to dynamically generate the treeNodes that represent all the "node faces" that i need.

       

      I wanted to do somthing like this .....

       

      <rich:tree value="#{myRootTreeNode}" var="ele" nodeFace="#{ele.elementType}">
           <ui:repeat value="#{myNodeHelper.allNodeFaces}" var="nf">
                <rich:treeNode type="#{nf.type}">
                     <h:outputText value="#{ele.label}" />
                </rich:treeNode>
           </ui:repeat> 
      </rich:tree>
      
      


      but this wont work .....

       

      I was wondering what would be the best way to get around this..... i was thinkng of binding to the rich:tree and creating the tree:nodes programatically.

       

      As allways any help is greatly appreciated

       

      Harpritt

       

      Message was edited by: harpritt k