I have downloaded JSF-Spring 3.0.0M2 testsuite.I do not have any change for the suite.But I have get an exception eith tomcat 5.0.30.
the error message is :
HTTP Status 500 -
I have resolved this problem. I changed the '/face/*' to '*.jsf'.I start up Tomcat,I use '//localhost:tomcat/jsf-spring/index.jsf' in the IE.Then the page is ocuured.
thank you very much!
Regards,
lijun
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have downloaded JSF-Spring 3.0.0M2 testsuite.I do not have any change for the suite.But I have get an exception eith tomcat 5.0.30.
the error message is :
HTTP Status 500 -
--------------------------------------------------------------------------------
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
org.apache.jasper.JasperException
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:372)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
root cause
java.lang.NullPointerException
javax.faces.webapp.UIComponentTag.setupResponseWriter(UIComponentTag.java:646)
javax.faces.webapp.UIComponentTag.doStartTag(UIComponentTag.java:254)
org.apache.myfaces.taglib.core.ViewTag.doStartTag(ViewTag.java:90)
org.apache.jsp.index_jsp._jspx_meth_f_view_0(index_jsp.java:88)
org.apache.jsp.index_jsp._jspService(index_jsp.java:64)
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:324)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
note The full stack trace of the root cause is available in the Apache Tomcat/5.0.30 logs.
--------------------------------------------------------------------------------
Apache Tomcat/5.0.30
I can not resolve this problem.Can you help me? very thanks!
email:ronglijun@gmail.com
Please post your web.xml, applicationContext.xml, faces-config.xml and the page you're viewing when this error occurs?
Regards,
Thomas
I have resolved this problem. I changed the '/face/*' to '*.jsf'.I start up Tomcat,I use '//localhost:tomcat/jsf-spring/index.jsf' in the IE.Then the page is ocuured.
thank you very much!
Regards,
lijun