2 Replies Latest reply on Jun 21, 2011 6:25 AM by cometta

    pass session scope object into rich:tree

    cometta

      in jstl,  i can use   <c:forEach var="item"  items="${sessionScope.repository.topMenus}"   and loop through the value and render on page without problem.

       

      Is below the correct way to pass in sessionScope object?

       

      <rich:tree  value="${sessionScope.repository.topMenus}" var="item">

       

      ...