You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by "R. Müller" <r....@unicomp-berlin.de> on 2005/11/28 15:30:18 UTC

Re: DateTime Converter doesn't reload the timezone

some more facts :

the described behavior only happens inside a datatable. the same 
construct outside the table, everything runs fine.

<t:dataTable  [...] >
[...]
<h:column>
<f:facet name="header">
<t:commandSortHeader
	columnName="timestamp"
	arrow="false">
[...]	
</t:commandSortHeader>
</f:facet>
<h:outputText value="#{msg.timestamp}" >
	<f:convertDateTime
		type="both"
		dateStyle="medium"
		timeStyle="full"
		timeZone="#{config.timeZone}" />
	</h:outputText>
</h:column>
</t:dataTable>

regards

Ronald