I have a problem with the f:convertNumber tag in my composite component.
<c:when test="#{cc.attrs.bean.dataTyp eq 'Double'}">
<h:outputText converter="javax.faces.Double" value="#{cc.attrs.bean.dataObject.data.value} ">
<f:convertNumber groupingUsed="false" maxFractionDigits="5" minFractionDigits="3" />
</h:outputText>
The composite component is called in a datatable. It looks like the f:convertNumber tag will be ignored.