正在回答 回答被采纳积分+1
4回答
蜜蜂仔
2019-03-14 16:04:35
// url:/category/list.do --> category_list.jsp public void list(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { List<Category> list = categoryService.getAll(); request.setAttribute("LIST",list); request.getRequestDispatcher("../category_list.jsp").forward(request,response); }
404报错信息是不能转到 /hospital/category/../category_list.jsp
其实就是tomcat把我的相对路径直接打到了当前路径下面
SSM主流框架入门与综合项目实战2018版
- 参与学习 人
- 提交作业 205 份
- 解答问题 4317 个
Java中非常实用的SSM整合开发内容,从Spring开始,到MyBaits的进阶内容,再到SpringMVC的应用,最后是SSM整合开发案例,逐步深入,助你成长为一名Java工程师!
了解课程
恭喜解决一个难题,获得1积分~
来为老师/同学的回答评分吧
0 星