You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by "Iordanov, Borislav (GIC)" <bo...@miamidade.gov> on 2006/07/14 18:44:29 UTC

JSTL, managed beans and portlets

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