I want to see all number like that : 123 456.67
: a space when I exceeded 3 integer and always two fractions number
I tested that :
<f:view contentType="text/html" locale="en" encoding="UTF-8">
and that on each inputText :
<p:column headerText="Ajust Prix">
<h:inputText value="#{car2.ajustPrix}" >
<f:convertNumber pattern="#0.00" maxFractionDigits="2" />
</h:inputText>
</p:column>
but I don't have the space when exceeding three integer,
how can I resolve this