IllegalFormatConversionException for German validation translation
------------------------------------------------------------------

                 Key: TAPESTRY-2691
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2691
             Project: Tapestry
          Issue Type: Bug
          Components: Core Components
    Affects Versions: 5.0.15, 5.0.14
            Reporter: Wolfram Koska


ValidationMessages.properties:

minimum-string-length=You must provide at least %d characters for %s.


ValidationMessages_de_DE.properties:

minimum-string-length=Der Wert f�r das Feld %s muss mindestens %d Zeichen lang 
sein.


In MessageFormatterImpl, the args for String.format are always in the same 
order, thus, if tapestry detects a German browser, any @Validate(required) will 
throw an unrecoverable exception, rendering the application useless.

When changing the browser's accepted languages so that tapestry detects 
English, the pages render normal.

-- 
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