Hi Group,

In the following snippset the it seems, thats binded timeZone-value will only read one time during the first load of the page.

<h:outputText id="timestamp" value="#{msg.timestamp}" >
        <f:convertDateTime type="both"
                dateStyle="medium" timeStyle="medium"
                timeZone="#{config.timeZone}" />
</h:outputText>

I see in my loggings, that corresponend method is only called one time. After that, the value seems to be stored somewhere in a cache ?!
Can someone confirm that behavior! And how change it ?

regards

Ronald

Reply via email to