The tlddoc for the NumberConverter type says:

Specifies how the number string will be formatted and parsed. Valid
values are "number", "currency", and "percentage". Default value is
"number".

but, in the code there is a check for "percent" instead:
 else if (_type.equals("percent"))
       {
           return NumberFormat.getPercentInstance(lokale);
       }

am I missing something? I was thinking to actually see the usage of
"percentage" ...

Thx,
Matthias

--
Matthias Wessendorf
http://tinyurl.com/fmywh

further stuff:
blog: http://jroller.com/page/mwessendorf
mail: mwessendorf-at-gmail-dot-com

Reply via email to