Difference between JSP forward and redirect

JSP forward vs JSP redirect The differenes are same as in the case of Servlets disucssed in 20 differences between forward and sendRedirect Methods. Anyhow, the same is reproduced replacing some minor terms. This posting discusses the difference between <jsp:forward> action and response.sendRedirect() method. Let us tabulate the differences of JSP forward vs JSP redirect. …

Difference between JSP forward and redirect Read More »