Redirection in JSP
by satheeshkumar[ Edit ] 2013-05-22 15:55:56
The following code is used to redirect a page using JSP,
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> -> Entered URL
<c:redirect url="test.jsp" ></c:redirect> -> Redirected to another page