By Alvin Alexander. Last updated: June 4, 2016
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/
.