Decimal point to comma
Hi,
I have a JSF application (1.2), hibernate 3, tomcat 6.0.13, MySQL5 application.
All my decimals are seperated with a point (123.45), is there an easy way to change them in a comma like (123,45). I know it can be done with converter on each form field, but this is a huge job.
Btw, my locale on my windows machine is set to dutch(Belgium) and my decimal symbol is a comma.
Thank in advance,
Pieter

