JSP and frames

I'm using JSPs within frames and now I'm confronted with a strange behaviour
by IE 5 (seem to work right in Netscape).

In one of the frames my JSP runs a query with the help of a JavaBean and
displays the result in form of a table. The result is
returned in chunks of about 15 rows at a time (determined by a parameter
passed to the bean). The next block of rows is called
by requesting the same page with increased parameter. This works fine and
the page is always generated completely but the
browser seems to wait for one item (don't know what item, 'cause pages looks
complete and works fine). With every further
call of this page the number of items the browser seems to wait for is
increased by one.
Same JSP run without frames or in Netscape works without that behaviour.

Does anybody have any idea what causes this behaviour.
Any help is highly appreciated.

Thanks

Jochen

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