Calls one JSP page from another. Execution of the calling page is terminated by the call.

<jsp:forward page="path" />

<jsp:forward page="path">
	<jsp:param name="paramName" 
	value="paramValue" /> ... 
</jsp:forward>