Laurie:

> The problem is that by the time the error occurs in your JSP, the 
> response has already been committed. When Tomcat tries to issue the 
> redirect to the error page, it fails. Your only recouse is to increase 
> the size of the response buffer. To be robust, the buffer would need to 
> be at least as large as your heaviest page... Not great, but about all 
> you can do.

I am using Tiles to construct the site.  I set the page buffer on my
layout page and the content page to a large value and I still get
the IllegalStateException.  Does the tiles:insert tag cause a problem?

Thanks,
        Neil


--
Neil Aggarwal, JAMM Consulting, (214) 986-3533, www.JAMMConsulting.com
FREE! Valuable info on how your business can reduce operating costs by
17% or more in 6 months or less! http://newsletter.JAMMConsulting.com


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

Reply via email to