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 2002/06/25 16:55:34 UTC

DO NOT REPLY [Bug 10217] New: - LookupDispatchAction doesn't use new exception handling provided by the standard "execute" of other actions

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=10217>.
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=10217

LookupDispatchAction doesn't use new exception handling provided by the standard "execute" of other actions

           Summary: LookupDispatchAction doesn't use new exception handling
                    provided by the standard "execute" of other actions
           Product: Struts
           Version: 1.1 Beta 1
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Standard Actions
        AssignedTo: struts-dev@jakarta.apache.org
        ReportedBy: cbook@rim.net


Since "perform" has been depreciated, and exceptions can be handled through the 
struts-config.xml file based on what the actions throw, the 
LookupDispatchAction should work like this as well.

According to the docs, the getKeyMethodMap() function names returned act like 
the "perform" method.  Normal exceptions thrown in these functions arn't caught 
and processes as exceptions thrown in normal Action "execute" functions

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>