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