Carsten Heyl wrote:
> >Assuming I can't change the browser, is it programatically possible to get the
> >table to start displaying before it finishes loading? Can I do this by
> >increasing or decreasing buffer size using jsp tag?
>
> I can't see a way how buffering should reeolve your problems.
> One think to check: Make sure all the grphics in your
> page use arguments for their size in the image tag.
> This way that table engine knows the size of the cell before
> the image is loaded and can print it more early.
>
Besides buffering and image preload issues, Netscape also tends not to begin
displaying a table until it has received the whole thing. Thre reason is that it
does not know how to lay out the column widths until it has received the very last
row. General approaches to dealing with this include:
* Break your table into multiple smaller tables. Possible down side:
the column alignments in the smaller tables will not necessarily line
up with each other.
* Modify your user interface approach so that you present a large
table in a series of pages, with "next" and "previous" buttons, as
you normally see in search engine responses. That way, any given
page will display much more quickly.
Craig McClanahan
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html