Yee-Wah Lee created TRINIDAD-2269:
-------------------------------------

             Summary: tr:convertDateTime with dateStyle="long", locale="tr_TR" 
gives error for certain days
                 Key: TRINIDAD-2269
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2269
             Project: MyFaces Trinidad
          Issue Type: Bug
          Components: Components
    Affects Versions: 2.0.1-core
            Reporter: Yee-Wah Lee
            Priority: Minor


1. Run the following jspx
   <tr:inputDate label="Input date with Turkish locale">
              <tr:convertDateTime dateStyle="long" locale="tr_TR"/>
              </tr:inputDate>
2. Use the date picker to pick Monday (the day names in the picker are not 
localized).
3. The date field is populated with a string such as "21 Mayıs 2012 Pazartesi"
4. Submit the field - get error "The date is not in the correct format."


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to