[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - JSF COnfiguration

razmaspaz do-not-reply at jboss.com
Fri Oct 5 11:11:24 EDT 2007


I am attepting to use JSF on JBoss 4.2  It seems like it should be setup to go already.  I am stuck getting this exception:

java.lang.RuntimeException: Cannot find FacesContext
	javax.faces.webapp.UIComponentClassicTagBase.getFacesContext(UIComponentClassicTagBase.java:1796)
	javax.faces.webapp.UIComponentClassicTagBase.setJspId(UIComponentClassicTagBase.java:1613)
	org.apache.jsp.index_jsp._jspx_meth_f_005fview_005f0(index_jsp.java:92)
	org.apache.jsp.index_jsp._jspService(index_jsp.java:68)
	org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
	org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:387)
	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
	org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)

I found some info about adding a listener for MyFaces, but it looks like the RI is the default implementation for JBoss 4.2.  So is there something Else I need to do to initialize the faces context?

Thanks
Razmaspaz

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4092058#4092058

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4092058



More information about the jboss-user mailing list