Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
1. Suppose the page locale is en_us. Add an inputDate to the jspx with a converter of a different locale, e.g.
<tr:inputDate id="mdf6" value="#
"
label="attached converter">
<tr:convertDateTime type="date" dateStyle="full" locale="fr_FR"/>
</tr:inputDate>
2. Run the page - the inputDate shows up with the text in french, as expected.
3. Open the picker, and pick a different date.
4. When the picker closes, the inputDate has been updated with the Date in English.
Attachments
Attachments
Issue Links
- is duplicated by
-
TRINIDAD-1960 NullPointerException in LocaleInfoScriptlet.getSupportedLocaleVariant
- Closed