Redirection in JSP

by satheeshkumar 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
1537
like
0
dislike
0
mail
flag

You must LOGIN to add comments