You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2005/03/14 08:46:12 UTC

DO NOT REPLY [Bug 33999] New: - [resources] move WriteTag.formatValue() to org.apache.commons.resources

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: commons-dev@jakarta.apache.org
        ReportedBy: hauser@acm.org
                CC: dev@struts.apache.org


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: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org