Hi!

I create my own FacesContext in an ServletFilter (in the end around the
FacesServlet).

The FacesServlet itself too creates a FacesContext.

In the end I have some problems with this setup as the Faces Messages
added to my FacesContext are never shown as the JSF system will use the
FacesContext created by the FacesServlet.

The question is:
Shouldn't the FacesServlet check if there is a FacesContext and use this
one instead of creating a new one?
What do the RI do?

Ciao,
Mario

Reply via email to