Call one JSP page from another. Upon completion, the destination page returns control to the calling page.
<jsp:include page="path" flush="true"/>
<jsp:include page="path" flush="true">
<jsp:param name="paramName"
value="paramValue" /> ...
</jsp:include>