So you want to do a redirect/forward from your jsp to another URL?

Using JSTL you could do this like so.



<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>

<c:redirect...