码迷,mamicode.com
首页 > Web开发 > 详细

How to forward from one JSP to another JSP

时间:2015-06-18 21:53:06      阅读:175      评论:0      收藏:0      [点我收藏+]

标签:

 

When you need to forward from one JavaServer Page (JSP) to another JSP, here‘s all you have to do:

<jsp:forward page="/faces/success.jsp" />

In the example shown I happen to be working on a small JavaServer Faces (JSF) application, so the URL in this example includes the string /faces/.

How to forward from one JSP to another JSP

标签:

原文地址:http://www.cnblogs.com/hephec/p/4586845.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!