Dear All,

I have a scenario where a servlet S1 that creates a page (P1) with an
applet tag,  has to be called from two other html pages P2 & P3  created
from servlets S2 & S3.
S1  is called from S2 to generate P1.
P1 is closed.
If S1 is now called from S3 to generate P1, I find that neither the doPost
() nor the doGet()  of S1 is called.
So I get old values. It is imperative that the doPost or doGet be called
everytime as there is data to be refreshed.

Thanks in advance,
Silja

===========================================================================
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