You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Gabrielle Crawford (JIRA)" <de...@myfaces.apache.org> on 2007/11/16 01:10:44 UTC

[jira] Resolved: (TRINIDAD-797) Date-picker does not use the converter's locale attribute if it differs from page locale

     [ https://issues.apache.org/jira/browse/TRINIDAD-797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gabrielle Crawford resolved TRINIDAD-797.
-----------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0.5-core

patch applied in revision: 595495  


> Date-picker does not use the converter's locale attribute if it differs from page locale
> ----------------------------------------------------------------------------------------
>
>                 Key: TRINIDAD-797
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-797
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Components
>            Reporter: Yee-Wah Lee
>            Priority: Minor
>             Fix For: 1.0.5-core
>
>         Attachments: Trinidad11_797.patch
>
>
> 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="#{date.date4}"
>                                     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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.