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: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


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:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to