You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2004/09/30 12:25:23 UTC

DO NOT REPLY [Bug 31481] New: - [struts-tiles]: ControllerSupport doesn't support Struts 1.1 controllers

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: dev@struts.apache.org
        ReportedBy: lbe.tech@spree.de


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: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org