Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 91575 invoked by uid 500); 1 Oct 2001 18:41:49 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: tomcat-user@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 91546 invoked from network); 1 Oct 2001 18:41:49 -0000 Message-ID: From: Kia Lewis To: "'tomcat-user@jakarta.apache.org'" Subject: Browser continues to run after response received Date: Mon, 1 Oct 2001 14:35:23 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi, I hope I'm posting to the correct list, but here goes! I'm running Tomcat 3.2.3 standalone with IE 5.5 and I'm using Struts 1.0. I have a jsp which contains 2 IFrames which also contain jsp's. I use a javascript to submit one of the pages in the IFrame. The iframe page calls an Action object which returns my response. The response gets returned correctly with no delay, but my browser keeps running as if it is still waiting on a response. It will report "Done" in the status bar and the little icon at the top left hand corner of the screen stops turning, but the blue bar at the bottom of the screen still shows that its working. This "hanging" doesn't happen every single time I submit the page, but it does happen about 30% of the time. Even if the page is still working, I have no delay in getting a response if I submit the page again. I'm worried that my users will think that the page isn't complete since the jsp returns so quickly, yet the page appears to be working. I've seen some similar issues on this board and was wondering if anyone had any suggestions. Thanks for any help, K Lewis