Now that I've upgraded to Struts 1.2, I've noticed a difference in how my application is handled. It seems that I can no longer redirect to an error page when there is a bug in the JSP.

I used to get the Tomcat 500 error page but its no longer coming up. I also get an error logged to the commons log from InsertTag. I tried catching exceptions in my servlet filter and redirecting to an error page but I get an exception ("Cannot forward after response has been committed." ) I do not believe the code on my end is the cause of the problem (although it's certainly possible.)

My theory is that either changes to the InsertTag or somewhere else is causing the response to be committed prematurely. Is this possible?

Thanks
sean


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



Reply via email to