JSP Output (buffer size?)
843838May 2 2007 — edited May 3 2007Hello, 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.