jsp:forward相当于requestDispatcher还是sendRedirect呢?

Posted mark-to-win

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了jsp:forward相当于requestDispatcher还是sendRedirect呢?相关的知识,希望对你有一定的参考价值。

jsp:forward相当于requestDispatcher还是sendRedirect呢?下面的实验给出答案。(视频下载) (全部书籍)

例 4.3.2:

<%@ page contentType="text/html; charset=GBK"%>
<% request.setAttribute("name","马克-to-win"); %>
<jsp:forward page="jsp2.jsp"/>



jsp2.jsp:

详情请见:http://www.mark-to-win.com/index.html?content=Jsp/jspUrl.html&chapter=Jsp/jsp3_web.html#IsjspforwardDispatcherOrsendRedirect

以上是关于jsp:forward相当于requestDispatcher还是sendRedirect呢?的主要内容,如果未能解决你的问题,请参考以下文章

JSP动作包括:include,:useBean,:forward,:plugin,:setProperty,:getProperty

转发标签forward

<jsp:param> 和<jsp:forward>一起使用传递数值的例子

forward和redirect的区别

request.getRequestDispatcher("**.jsp").forward(request,response);乱码的解决

19 jsp——jsp的转发标签