Hello all,
First to all contributors of MyFaces: thank you for this incredible stuff! I appreciate your effort very much!
Thus i decided to try MyFaces for myself. The examples webapp works
alright under my dev tools, i.e. Tomcat 5.0 and TOmcat 5.5.
However, when I try too create a very simple test app, I always get the same exeception under both Tomcat 5.0.30 and 5.5.6:
>>>
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:634)
javax.faces.webapp.UIComponentTag.doStartTag(UIComponentTag.java:244)
org.apache.jsp.index_jsp._jspx_meth_h_outputLabel_0(index_jsp.java:81)
org.apache.jsp.index_jsp._jspService(index_jsp.java:57)
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)
<<<I have an empty JSP just calling some simple JSF elements; no matter what component I try, this exception raises, also.
I am using the original web.xml so that the Servlet is set up correctly as well as the servlet listener.
So, this must be a problem of mine. Do you now what I am doing false; it seems that anything does not get inited. FYI: of acourse also a faces config is present and gets loaded according to the log (just as the servlet and the listener get startedt).
Thank you for any hints, I am starving to try MyFaces in my apps :-)
--
greetings, | /"\
| \ / ASCII-Ribbon-Campaign
Timo | X Against HTML Mail
| / \
----------------------------------------------------------------------
PUBLIC KEY:
52F3311A Timo Boewing <[EMAIL PROTECTED]> 2003/10/30
Fingerprint = F743 E0AA A2F0 1B33 F6FA 417B 72BE 740D 52F3 311A

