I tried c:redirect (JSTL, standard release 1.0) inside a jsp page (let's call
it redirect.jsp, and it works fine.
Here's the simple redirect tag inside that redirect.jsp
<%@ taglib uri="http://java.sun.com/jstl/core"; prefix="c" %>
http://www.apache.org"/>
However, if I pass that jsp page
I tried c:redirect (JSTL, standard release 1.0) inside a jsp page (let's call
it redirect.jsp, and it works fine.
Here's the simple redirect tag inside that redirect.jsp
<%@ taglib uri="http://java.sun.com/jstl/core"; prefix="c" %>
http://www.apache.org"/>
However, if I pass that jsp page as part