The Artima Developer Community
Sponsored Link

Java Answers Forum
Can not back to previous page.

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Wayne

Posts: 1
Nickname: wayne
Registered: Oct, 2002

Can not back to previous page. Posted: Oct 8, 2002 11:35 AM
Reply to this message Reply
Advertisement
I encounter a problem with NetScape browser.
I use doGet method in servlet A to output a page P1, let user enter some of data on that page and submit tnem. I use doPost method in servlet A to handle these data and then use RequestDispatcher to call doGet method in another servlet B and output a page P2. Click anyone of links on Page P2, then click Back button of NetScape browser, get error "Data missing". It means can not back to P2 again. But It is OK if I use IE browser.

Topic: Capturing mouse events generated on form field elements in JTextPane Previous Topic   Next Topic Topic: no value in table...

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use