Author
Error while generating JSF view from non JSF request
indra sen
Greenhorn
Joined: Jun 08, 2007
Posts: 27
When i am trying to invoke my face jsp page from my login servlet ,means generating JSF view from non JSF request i am getting this error 07/08/10 12:08:17 processing jsf fcFactory com.sun.faces.context.FacesContextFactoryImpl@127344 DEBUG ! Created new view for /Register.jsp DEBUG ! get defaultLocale en_US DEBUG ! Locale for this view as determined by calculateLocale en_US DEBUG ! RenderKitId for this view as determined by calculateRenderKitId HTML_BASIC DEBUG ! render(com.sun.faces.context.FacesContextImpl@121b0d8) DEBUG ! phase(RENDER_RESPONSE 6,com.sun.faces.context.FacesContextImpl@121b0d8) DEBUG ! Entering RenderResponsePhase DEBUG ! About to render view /Register.jsp DEBUG ! About to render view /Register.jsp DEBUG ! servletPath /servlet/Login DEBUG ! pathInfo null DEBUG ! Using default mapping extension null WARN ! Unable to determine FaceServlet mapping for servlet path '/servlet/Login'. DEBUG ! URL pattern of the FacesServlet executing the current request null DEBUG ! Found no URL patterns mapping to FacesServlet ---------------------------------------------------------------------- In the html it is showing error that "Current application deployment descriptor does not allow to include it in the response." Any help will be appreciated. Thanks in advance....
Remko Strating
Ranch Hand
Joined: Dec 28, 2006
Posts: 893
posted Aug 10, 2007 13:23:00
0
The following link would be helpful Returning a JSF View Response to a Non-JSF Request I hope this helps
Remko (My website )
SCJP 1.5, SCWCD 1.4, SCDJWS 1.4, SCBCD 1.5, ITIL(Manager), Prince2(Practitioner), Reading/ gaining experience for SCEA,
subject: Error while generating JSF view from non JSF request