Frank Schaare schrieb:
> Hallo,
>
> i'm trying to display the session information (like creationTime or
> sessionID) within an JSF EL Variable.
>
> I tried #{sessionScope.creationTime} which is ignored from the renderer.
> Likewise #{facesContext.externalContext.session.creationTime} or
> #{facesContext.currentInstance.externalContext.session.creationTime}
> does not work for me.
>
> I's like to avoid mixing JSF and JSP EL together, is there a chance to
> get the needed Info through JSF EL ?
>
you have to set a managed bean with properties which deliver the values
that should do it.
The facesContent, and sessionScope objects are not managed beans to my
knowledge.