为了账号安全,请及时绑定邮箱和手机立即绑定

重定向出错

重定向出错

慕妹8769748 2015-10-11 21:32:56
严重: Servlet.service() for servlet [jsp] in context with path [/imooc_jspstudy] threw exception [An exception occurred processing JSP page /response.jsp at line 19 pageEncoding="UTF-8"%><!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Insert title here</title></head><body> <h1>response内置对象</h1> <hr> <%=request.getContextPath() %> <% out.print("<p>你好!</p>"); out.flush(); PrintWriter outer = response.getWriter(); outer.print("这是response的输出流用法"); response.sendRedirect("request.jsp"); %></body></html>Stacktrace:] with root causejava.lang.IllegalStateException: Cannot call sendRedirect() after the response has been committed
查看完整描述

3 回答

?
慕妹8769748

TA贡献2条经验 获得超0个赞

重定向和转发的页面不可以有HTML标签的输出

查看完整回答
反对 回复 2015-10-13
?
慕妹8769748

TA贡献2条经验 获得超0个赞

大神能具体点么 谢谢了

查看完整回答
反对 回复 2015-10-12
?
echo_kinchao

TA贡献600条经验 获得超86个赞

定向错了

查看完整回答
反对 回复 2015-10-11
  • 3 回答
  • 0 关注
  • 1507 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信