Using dynamic pattern in <f:convertDateTime>
--------------------------------------------

                 Key: TRINIDAD-1052
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1052
             Project: MyFaces Trinidad
          Issue Type: Bug
    Affects Versions: 1.2.7-core
         Environment: RI jsf-1.2_07-b03-FCS, Firefox 2.0
            Reporter: Paul van Rossem
            Priority: Minor


If I use a dynamic date pattern in a <f:convertDateTime>, the pattern 
seems to be read only once at first page rendering,
and never again, not even if its input component is rendered again 
(using PPR), for instance:

<tr:inputText label="myLabel" value="#{bean.myDate}" 
partialTriggers="saveBtn"
    <f:convertDateTime pattern="#{bean.mask}"/>
</tr:inputText>

I see the value updating when clicking "saveBtn", but using the old pattern.

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

Reply via email to