jsp:include & jsp:forward

2001-01-30 Thread Doremieux, Olivier
Hello, Is there some way to have a jsp:include & jsp:forward on the same page? I am trying to write some code like that : foo Updating the Database... Please WaitDone. <% // Database Update here } %> But I am getting the following error : Error: 500 Location: /pr

Re: jsp:include & jsp:forward

2001-01-31 Thread Jai Shankar Prasad Pankaj
. - Original Message - From: "Doremieux, Olivier" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 31, 2001 4:49 AM Subject: jsp:include & jsp:forward > Hello, > > Is there some way to have a jsp:include & jsp:forward on the s

RE: jsp:include & jsp:forward

2001-01-31 Thread Doremieux, Olivier
. Olivier -Original Message- From: Jai Shankar Prasad Pankaj [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 31, 2001 12:48 AM To: [EMAIL PROTECTED] Subject: Re: jsp:include & jsp:forward I think u cannot do that. u start by asking the jsp engine to write something into the buffer and

RE: jsp:include & jsp:forward

2001-01-31 Thread Michael Wentzel
> I don't think the flush=false is allow. > > The think is we have some pages with some templates, that's > why we have the > jsp:include, but after some processing in the jsp page we > want to redirect > to a new page. We are just trying to do a "please wait" page. > > That's all. A workaro