i want a comma decimal separator when user press decimal key, but after many test, not work any. number is String type why on db is definited string tried
<p:inputText value="#{testController.number}">
<f:convertNumber locale="it"/>
</p:inputText>
tried
<default-locale>it_IT</default-locale>
in faces-config but any success.
Suggest?