2 Replies Latest reply on Apr 8, 2006 7:42 PM by syberchic

    How to create a table from tree-like entity construct

    mirko27

      I`m creating example for Seam and ran into a problem.
      I have Category and each Category has a head-category.
      So Every Category has getLowers(); which gives categories
      whose head category is.
      How can I output all Categories?