JSF: JspException: No faces context?!
Hi All,
I have just started to look into JSF. I'm not sure if this is the write forum to post this question but any helpful answers are appreciated.
I downloaded a completely developed simple application from the following tutorial:
http://www.exadel.com/tutorial/jsf/jsftutorial-kickstart.html
One can download the same directly from:
http://www.exadel.com/tutorial/jsf/misc/jsfks-done.zip
I tried to access the index page but getting the following error:
javax.servlet.ServletException: No faces context?!
org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:858)
org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:791)
org.apache.jsp.index_jsp._jspService(index_jsp.java:86)
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:332)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
I'm using JBoss server to run the application. I tried to google the error but no helpful answers. Any suggestion is welcome.
Thanks.

