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=12061>. 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=12061 Resource bundle handling does not follow Sun standard Summary: Resource bundle handling does not follow Sun standard Product: Struts Version: 1.0 Final Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: Utilities AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Are you aware that Struts does not follow Sun standard way of handling property resource bundles: there's supposed to be a cascade from a more specialized version of a resource bundle to a more generic one. Struts does not do it that way, for instance if it will not find a Messages_en_US_WIN.properties file it will fail with an Exception instead of finding an available Messages_en_US.properties or Messages_en.properties or even Messages.properties files, and that's a very annoying bug... -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>