DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=28327>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=28327 Overload Messages.getMessages(String name) with additional methods Summary: Overload Messages.getMessages(String name) with additional methods Product: Commons Version: unspecified Platform: All OS/Version: All Status: NEW Severity: Enhancement Priority: Other Component: Resources AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] It'll be good to have the method getMessages() overloaded with additional signatures for better useability. We could have - getMessages(String name) - getMessages(String name, Sting config) - getMessages(ResourceFactory factory, String name) - getMessages(ResourceFactory factory, String name, Sting config) Of these, first one is already there. The rest of them should be straightforward as well. Again, I can work on a patch if these make sense. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
