Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
2.0.0-core
-
None
-
None
Description
Create the following jspx:
<tr:inputText id="it1" label="Label 1" value="#
<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.