requestgetRequestDispatcher()forwar()是服务器跳转,去跳转后的页面共用一个请求,在不同情况下应选择适合的跳转方式!楼主你这么整 肯定跳转不过去的 。
requestgetRequestDispatcher("student/studentInfojsp")forward(request, response);
这已经跳转到了 student/studentInfojsp 页面 只是地址还是 servlet 的地址 。
不信你可以在jsp中写点东西标识一下。
jsp中再写responsesendRedirect("student/studentInfojsp");
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)