if I use my app within development environment, the currency are all correct converted by JSF. But when I deploy it to my production server, which is hosted somewhere else... the converts are not correct (see below). Using the same browser... I think the locale is correct set by browser request.... is there anything else I could try to let JSF convert the currency correct?
Thank you!
<f:convertNumber currencyCode="EUR" type="currency" />
On localhost: 1.231,34 €
On prod host: EUR1,231.34
The prod host converts it to american style... but I expected the german style.