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/01/05 18:12:42 UTC

DO NOT REPLY [Bug 25907] New: - unspecified() never called from MappingDispatchAction

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

unspecified() never called from MappingDispatchAction

           Summary: unspecified() never called from MappingDispatchAction
           Product: Struts
           Version: Nightly Build
          Platform: PC
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Standard Actions
        AssignedTo: struts-dev@jakarta.apache.org
        ReportedBy: sebastien@flacher.biz


Currently in MappingDispatchAction,
in the case where there is no HttpServletRequest parameter name found 
matching the parameter defined in the ActionMapping,
getMethodName(...) still returns a method name.
This is inconsistent with the other DispatchActions, 
which instead return null to allow a call to unspecified(...) from 
DispatchAction.dispatchMethod(...)
Please find attached in small patch for this.

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org