Formatted messages are not localized properly
---------------------------------------------

                 Key: TAPESTRY-1882
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1882
             Project: Tapestry
          Issue Type: Bug
          Components: tapestry-ioc
    Affects Versions: 5.0
            Reporter: Filip S. Adamsen


Messages formatted by org.apache.tapestry.ioc.Messages#format are not localized 
properly when the default locale does not match the locale of the current 
thread.

This is due to org.apache.tapestry.ioc.internal.util.MessageFormatterImpl using 
a version of String#format that uses the default locale instead of the current 
thread's locale.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to