How exactly are you moving from one screen to the next? Are you saying on
screen 1, when submit is clicked, it goes to the server, does its thing,
then forwards (RequestDispatcher) to the next JSP page, which shows part of
JSP 1? Or you response.sendRedirect() to the next JSP page? Can you give a
few code snippets?


> -----Original Message-----
> From: Shyam Kumar Reddy [mailto:[EMAIL PROTECTED]]
> Sent: Monday, September 11, 2000 10:56 PM
> To: [EMAIL PROTECTED]
> Subject: Veru Urgent Regarding flushing
>
>
> Hi All
>
> I have a unique problem, please help me in this regard.
>
> I have a dynamic jsp ,  which is element are creating by
> reading it from database.
>
> After creation of the jsp, i submit it with the values.
> Based on the current screen, i will determine and move to the
> next screen.
>
> I can able to move to the next screen.  But the content in
> the first screen is also displayed.  I can see overwrite of
> two screens in the same screens.
>
>
> How should i solve the problem.  I tried using
>
> headers, out.flush() and out.close() nothing works.  Please do help me
>
> With Regards
> shyam
>
> ==============================================================
> =============
> To unsubscribe: mailto [EMAIL PROTECTED] with body:
> "signoff JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to