Hi, In my application, there is a field "currency" and i had to ensure that the value entered in currency field is always "numeric". I did this by checking for "NumberFormatException" when the value is parsed. This is not working when the currency is entered as 22,21 instead of 22.21, as is done in some countries,i.e, comma is used instead of ...