Just because you CAN does not mean you SHOULD.  If his compiled file is over
8kb, then some serious refactoring needs to be considered.

Mark

-----Original Message-----
From: Christopher Barham [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 10, 2002 3:31 AM

Hi Kevin,

Have you tried upping the buffer size in the page directive? (it's only 8kb
by default, (JSP spec not a container limitation) and if autoflush is on
then that will cause problems):

<%@ page buffer=40kb %>

Chris

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to