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=21134>. 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=21134 LookupDispatchAction: Method map doesnt work for button labels with padded spaces Summary: LookupDispatchAction: Method map doesnt work for button labels with padded spaces Product: Struts Version: 1.1 RC1 Platform: All OS/Version: All Status: NEW Severity: Minor Priority: Other Component: Controller AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] For example, In the JSP file. <html:form......> ..... <html:submit property="actionType"> <bean:message key="button.add" /> <html:submit> <html:submit property="actionType"> <bean:message key="button.remove" /> <html:submit> .... </html:form> In Application Resources file. # PLEASE NOTICE SPACES before and after Add/Remove. button.add= Add button.remove= Remove During runtime, the error is as follows: Request [/xxx/yyy] does not contain handler parameter named actionType When the padded SPACES are removed from ApplicationResources.properties, it works. Please allow PADDED SPACES in ApplicationResources.properties. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
