//java中直接页面跳转 HttpServletResponse response = ServletActionContext.getResponse(); response.sendRedirect(getBasePath()+"/common/inputStreamError.jsp");