users@javaserverfaces.java.net

Forwarding a request to the Faces servlet

From: Uwe Seimet <Uwe.Seimet_at_seimet.de>
Date: Mon, 24 Mar 2008 11:47:45 +0100

Hello,

I am trying to forward a request handled by my own servlet to the Faces
servlet (Mojarra 1.2_08), but this leads to an error since the Faces
context has not been set up.
What is the recommended way to forward a request to the Faces servlet?
Do I have to set up the Faces context myself, and how would I do it? I
found code doing this for JSF 1.1, but not for 1.2.
Any help is welcome, thank you.

Best regards Uwe