0 Replies Latest reply on May 14, 2008 9:50 AM by marinew

    rich:tree : How to modify generated HTML code ?

    marinew

      Hi,

      I was able to have a "rich:tree" component work correctly, however, the generated html code imbricate lots of html "table" (one per node), which render a heavy page. So, we have bad performances on this page.
      I think a tree could be rendered as only one table, with a table line "tr" for each node or childNode to have less code as result.
      Did I miss something ?

      So, my question is : is it possible to use this RichFaces component as a basis, and modify part of html code generated ?
      If yes, please could you tell me how, or redirect to documentation or example ?

      Thanks for any help.