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=15783>. 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=15783 RequestUtils.getActionMappingURL Summary: RequestUtils.getActionMappingURL Product: Struts Version: 1.1 Beta 3 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Controller AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] RequestUtils.getActionMappingURL(...) doesn't return the correct URL if the servlet mapping in web.xml does not use a pattern such as '/action/*' or '*.do' for the struts action servlet, but instead directly specifies one or more paths, e.g. '/search'. The URL that is returned is simply the path to the web application, e.g. '/demo', rather than '/demo/search'. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>