您的位置:首页 > 运维架构 > Tomcat

学习JSP与Tomcat之转向其他jsp

2008-07-10 21:07 357 查看
<HTML><HEAD><TITLE>Forward1 Page</TITLE></HEAD>
<body>
 <p>
  This is output of JspForward1 before forward
 </p>
        <jsp:forward page="jspForward2.jsp" />
        <p>
  This is output of JspForward1 after forward
 </p>
</body></html>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  jsp tomcat output