jsp include question

2002-08-09 Thread Ashish Kulkarni
Hi I am developing a web application and came accross this problem. when in my jsp page i have jsp:include runtime include and then later in the code when i have response.sendRedirect or request.getRequestDispatcher() to forward the jsp page i get error saying the

Re: jsp include question

2002-08-09 Thread Jose Francisco Junior
If you want to redirect the request you have to do it before printing any other thing on the page. Example: it works: redirect code here html head ... /head ... it does not work: html head ... /head redirect code here ... On Fri, 9 Aug 2002 09:38:32 -0700 (PDT) Ashish Kulkarni [EMAIL