2 Replies Latest reply on Jun 8, 2009 11:13 PM by meghiddo

    Is there a rich:tag that will take list values and display t

      Similar to what the rich:tree does.

      I just need to bind a java list to some tag that will take the values of that list and place them vertically down the page one after the other.

      I have tried a few different things, and the best result I have gotten is just the list itself being displayed on the page - like so:

      [item1, item2, item3, etc]

      Then after they are displayed vertically I need to make it where a user can click on them and it will take them to a different page, depending on which is clicked. Im betting this will have to be done in the java code though, but I am hoping the actual rendering of the list can be handled by a jsf or rich tag alone