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....