Hello list,

I've got a problem running the included "bugzooky" project: Everything
compiles fine but when I run it on my server (Apache Tomcat 6.0.18) and
calling Login.jsp (or any other JSP) I'm getting this NPE (see attachment)

Could anybody help me here?

Thanks a lot!

Pascal

java.lang.NullPointerException
        
net.sourceforge.stripes.tag.FormTag.getActionBeanUrlBinding(FormTag.java:91)
        net.sourceforge.stripes.tag.FormTag.getActionBean(FormTag.java:351)
        
net.sourceforge.stripes.tag.InputTagSupport.getActionBean(InputTagSupport.java:392)
        
net.sourceforge.stripes.tag.InputTagSupport.loadErrors(InputTagSupport.java:350)
        
net.sourceforge.stripes.tag.InputLabelTag.loadErrors(InputLabelTag.java:141)
        
net.sourceforge.stripes.tag.InputTagSupport.getFieldErrors(InputTagSupport.java:366)
        
net.sourceforge.stripes.tag.InputTagSupport.doStartTag(InputTagSupport.java:409)
        
org.apache.jsp.Login_jsp._jspx_meth_stripes_005flabel_005f0(Login_jsp.java:340)
        
org.apache.jsp.Login_jsp._jspx_meth_stripes_005fform_005f0(Login_jsp.java:267)
        org.apache.jsp.Login_jsp._jspService(Login_jsp.java:165)
        org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
        
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:374)
        org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:342)
        org.apache.jasper.servlet.JspServlet.service(JspServlet.java:267)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Stripes-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to