Hi!

I have tried the following, I have a parent html page, say Parent.html which has three 
frames in it, respectively serving servlet1, servlet2 and servlet3. Now on servlet3's 
html page I have a button that loads servlet4 in frame 3. I click on that button and 
servlet4 is loaded in frame 3. I hit the 'refresh' button of the browser. Frame 1 is 
loaded with servlet1, frame 2 with servlet2 and frame 3 with servlet4 as expected. I 
hit the browser back and I have servlet 3 in frame 3. Here too if I refresh the pages 
are loaded right.

Now, I convert the Parent.html to Parentservlet which does nothing but puts up the 
Parent.html page. Now I load Parentservlet. Frame1 -servlet1, frame2-servlet2, 
frame3-servlet3. I click on button on servlet3 which loads servlet4 in frame 3. Now 
the 'QUESTION PART'--- I hit refresh here, expecting frame1-servlet1, frame2-servlet2, 
and frame3-servlet4. But what I get in frame3 is servlet3.

The only difference in the two approaches is that the parent is HTML in one and 
SERVLET in another.

Could anyone say why this difference in behaviour and what needs to be done to get the 
same behaviour in servlet as the HTML.

Any information in this regard will prove very helpful.

thanks!

Suchi

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to