Hi,
according to JSF 1.1 spec (section 9.4.4) percent is right one.
Regards,
Zdenek
Matthias Wessendorf napsal(a):
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