Looks to me like this is related to this bug...

http://issues.apache.org/bugzilla/show_bug.cgi?id=13279

This was implemented in Revision 1.20 of InsertTag

http://cvs.apache.org/viewcvs.cgi/jakarta-struts/src/share/org/apache/struts/taglib/tiles/InsertTag.java

I realize this doesn't resolve the issue, but might point you in the right
direction.

Niall

----- Original Message ----- 
From: "Sean Schofield" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Monday, September 20, 2004 6:55 PM
Subject: [tiles] Potential bug with InsertTag


> 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