On 12/21/05, JEEVANATHAM P. /BPCRP/INFOTECH/VASHI < [EMAIL PROTECTED]> wrote: > > I am using tomcat5.9 and struts shale. When I run application. I got this > error. > > > > Dec 22, 2005 10:34:18 AM javax.faces.webapp.UIComponentTag > setupResponseWriter > > SEVERE: Faces context not found. getResponseWriter will fail. Check if the > FacesServlet has been initialized at all in your web.xml.
Have you checked what the error message says to check? In other words, do you have a <servlet> element for javax.faces.webapp.FacesServlet? Do you have a <servlet-mapping> that maps this servlet to an appropriate URL pattern (typically to "*.faces" or "/faces/*")? Is the incoming request being processed to a URL that matches this mapping? Without more details of how your application is set up, it is not possible to help you any more than this. Regards, > > JEEVANANTHAM PARAMASAMY, Craig