I have this piece of code:
<p:inputText value="#{addnewfields.price}">
<f:convertNumber type="number" />
</p:inputText>
So what I want to do is to display my number with space separators.
But still in my input it looks like 1000000
instead of 1 000 000
.
Any ideas?