On Tue, 2003-09-16 at 12:35, Ross Rankin wrote:
J I don't think you can do that. See, the HTML engine in your browser will only start rendering the table on the screen unless it encounters the </table> tag. I could be wrong but I really don't think there is a way to start displaying a table without having all the table elements and a closing tag. I would recommend either getting all the elements for the table in advance in a different thread while the user is busy doing something else if this is possible. Then when the user requests the table all you have to do is just construct your table with the elements that you have already prefetched. -Pete
Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
|
- Well to help all your bored servlet developers... Ross Rankin
- Re: Well to help all your bored servlet developers... Peter Vertes
- Re: Well to help all your bored servlet developers..... Gang Zhang
- Re: Well to help all your bored servlet develope... Peter Vertes
- a question about httpSessionListener Gang Zhang
- Re: Well to help all your bored servlet developers... Eric Noriega
- Re: Well to help all your bored servlet developers... Zerbe John W