Source not found for shitiadd_005faction_jsp(HttpJspBase)
if (isValid) {
response.sendRedirect("shiti.jsp");
}
else {
response.sendRedirect("shiti_add.jsp");
}
满足if时可以跳转,不满足时无法跳转,会提示Source not found for shitiadd_005faction_jsp(HttpJspBase).service(HttpServletRequest, HttpServletResponse) line: 71,看了好多方法都不管用,tomcat目录中shitiadd_005faction_jsp.中第71行代码是java session = pageContext.getSession();不知道有什么问题?求大神详细解释