| Author |
pass sessionScope object into jsf
|
cometta comet
Greenhorn
Joined: Jun 20, 2011
Posts: 1
|
|
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">
|
 |
 |
|
|
subject: pass sessionScope object into jsf
|
|
|