DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11749>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11749 [PATCH] TilesRequestProcesser calls super.doForward instead of local method Summary: [PATCH] TilesRequestProcesser calls super.doForward instead of local method Product: Struts Version: Nightly Build Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: Tiles framework AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] TilesRequestProcessor's processTilesDefinition() method calls super.doForward instead of calling it's local doForward() method. So in certain cases subclasses of TilesRequestProcessor don't get called and the request fails. If we were to just call doForward in that case all would be well, and subclasses would work. I attached the oneline diff to correct this in the nightly. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>