1

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?

BalusC
  • 1,082,665
  • 372
  • 3,610
  • 3,555
omarbr
  • 77
  • 2
  • 12

1 Answers1

0

If you use <p:inputNumber> it automatically generates commas for your integers.

Wif Cobrador
  • 33
  • 1
  • 1
  • 8