convertdatetime fails with datestyle=full, th_th or ja_jp_jp locale
-------------------------------------------------------------------
Key: TRINIDAD-2126
URL: https://issues.apache.org/jira/browse/TRINIDAD-2126
Project: MyFaces Trinidad
Issue Type: Bug
Components: Components
Affects Versions: 2.0.0
Reporter: Yee-Wah Lee
Priority: Minor
Create the following jspx:
<tr:inputText id="it1" label="Label 1" value="#{input.date}"
autoSubmit="true">
<tr:convertDateTime locale="th_TH" dateStyle="full"/>
</tr:inputText>
<tr:outputText partialTriggers="it1" value="#{input.date}"/>
Run the page, and modify the date slightly so that it is still valid. Tab
off, get an error about the message not being in the correct format, though
the format itself did not change and the date is semantically valid.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira