It is also possible to use value binding expressions such as
Map sessionMap =
getFacesContext().getApplication().createValueBinding("#{sessionScope}").getValue(gerFacesContext());
On 5/23/05, Julien Martin <[EMAIL PROTECTED]> wrote:
>
>
> Hello,
>
> I would like to add an attribute into the request (or session or
> servletContext) from JSF. Is that possible? If so how? (I want the
> equivalent of request.addAttribute only the request object is not available
> in JSF).
>
> Thanks in advance,
>
> Julien.