hi Laliluna,
At first thankyou for the reply and I wish u a happy new year 2006. und zwar wir habe die folgende problem gelöscht.
we parsed it using Numberformat class of java.text package at the time of inserting float value into database
Code:
new Float((NumberFormat
.getNumberInstance(new Locale(
getUserLanguage())).parse(floatinput)).floatValue())
and we reformated at the time of presenting to user by
Code:
NumberFormat.getNumberInstance(
new Locale(getUserLanguage())).format(
new Float(floatinput.toString()))
hope we find still better solution in the future for entering German float style values...
cheers,
People are always blaming their circumstances for what they are. I don't believe in circumstances. The people who get on in this world are the people who get up and look for the circumstances they want, and, if they can't find them, make them.
- George Bernard Shaw