严重: Servlet.service() for servlet [jsp] in context with path [/family] threw exception [An exception occurred processing JSP page /action/accountAction.jsp at line 121
118: }
119: request.setAttribute("inReport",inReport);
120: request.setAttribute("outReport",outReport);
121: request.getRequestDispatcher(path+"/../jsps/report/report.jsp").forward(request,response);
122: }
123: /**************************************report ed**************************************/
124: %>
Stacktrace:] with root cause
java.lang.NullPointerException
at org.apache.jsp.jsps.report.report_jsp._jspService(report_jsp.java:93)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:725)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:432)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:396)