<c:redirect/> Tag does not work from within JSP file , that was imported using <c:import/> or <jsp:include/>.
Instead of redirecting , the execution of JSP file continues after the import statement.
You can check the servlet API to see that when you do an include, the included page/servlet is not allowed to modify headers or response code. This means you can't redirect from within an include.
-- Serge Knystautas President Lokitech >>> software . strategy . design >> http://www.lokitech.com p. 301.656.5501 e. [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
