DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=31481>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=31481 [struts-tiles]: ControllerSupport doesn't support Struts 1.1 controllers Summary: [struts-tiles]: ControllerSupport doesn't support Struts 1.1 controllers Product: Struts Version: 1.2.4 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Tiles framework AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The delegate in ControllerSupport from perform() to execute() ist the wrong direction. Struts 1.1-controllers implement the perform()-method because this method is called by the framework. If have these old controllers with Struts 1.2 running, the execute()-Method of ControllerSupport is called - but this method is empty. But it should delegate to perform(). It doesn't make sense to let perform() delegate to execute() because nobody calls perform in Struts 1.2. Thanks Lars --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]