Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JSP Output (buffer size?)

843838May 2 2007 — edited May 3 2007
Hello, I have a JSP that renders a large amount of html but currently it does not generate an entire page, instead stopping mid-way through one of the many <DIV>s.

I have tried altering the page buffer attribute and when it is set to 64kb it creates about 64kb of html (according to 'view source'). I have now set it to 'none' and autoFlush to 'true' and it generates 123kb of data (just short of 128kb I wonder?) - still not the entire page. Without setting the buffer size I get 120kb of html.

Is there a value elsewhere that I can change? The content of the page appears correct so I don't think it is the code itself which is at fault.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 31 2007
Added on May 2 2007
2 comments
530 views