Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
The moose likes JSF and the fly likes pass sessionScope object into jsf Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "pass sessionScope object into jsf" Watch "pass sessionScope object into jsf" New topic
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">

 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: pass sessionScope object into jsf
 
Similar Threads
use EL get variable
Getting acegi Authentication object in Jsp
[JSTL] Calling methods, constructor, using params
How to take value from session in <<display:table>
write jsp code in c:when tag