doesn't work inside struts template?

2002-06-27 Thread Cliffano Subagio
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

doesn't work inside struts template?

2002-06-23 Thread Cliffano Subagio
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