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=33999>. 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=33999 Summary: [resources] move WriteTag.formatValue() to org.apache.commons.resources Product: Commons Version: unspecified Platform: PC OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: Resources AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] CC: [email protected] org.apache.struts.taglib.bean.WriteTag.formatValue() is an excellent method to format a (e.g. date) bean according to a locale. IMHO, the need for this is not limited to the jsp environment of the Struts-MVC, but e.g. once James becomes multilingual, its error messages could benefit from this as well. Therefore, I suggest to factor out the jsp related part and move the core functionality that will only be dependent on the Locale and the *MessageResources*, to org.apache.commons.resources. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
