Hi again, In a portal environment, with the built-in MyFaces portlet
integration, managed beans are stored in the portlet context objects, right?
For instances, session-scoped managed beans are stored in the PortletSession,
not the HttpServletSession, right? So, in a JSP, accessing a managed session bean from a JSTL
EL _expression_ doesn’t work since the EL evaluator works with the servlet
request/session contexts, not the portlet ones. Is that right? If so, what
would you suggest to overcome the problem? Thanks, Bolerio |