Hi !
I have this problem with some pages. The browser (IE, NS, Mozilla) don´t detect that the page is completly loaded.
Is this e JSP problem or not ?
-
why some pages don´t finish your load ? (2 messages)
- Posted by: Lisandro Rueckert
- Posted on: December 18 2001 07:14 EST
Threaded Messages (2)
- why some pages don´t finish your load ? by Kari Sarsila on December 19 2001 07:49 EST
- why some pages don´t finish your load ? by Lisandro Rueckert on December 19 2001 13:01 EST
-
why some pages don´t finish your load ?[ Go to top ]
- Posted by: Kari Sarsila
- Posted on: December 19 2001 07:49 EST
- in response to Lisandro Rueckert
there can be multiple reasons..
it may happen because of proxy (are you using proxy? if you are, don't!).
sometimes my applications have also done that when i've had too many statements open (done too many queries into db and haven't closed those statements which i've used). if your page gets its content from the database, i suggest that you close all the statements and resultsets.
Regards,
Kari -
why some pages don´t finish your load ?[ Go to top ]
- Posted by: Lisandro Rueckert
- Posted on: December 19 2001 13:01 EST
- in response to Kari Sarsila
I closed all ResultSets and statements, but the problem persists.
In one case the same page, called with different parameters, works fine for one and not for another. (The code is the same)
Is there another reason ? (I don´t use proxy)
thank you