Hi, while using tr:inputText where the "value" attribute refers to a bean method pair handling get/set of a BigDecimal, I noticed that the returned number has a large scale and undefined precision, e.g. there is a rounding problem.
The number 1.234567 (precision 7, scale 6) is displayed properly, but then it's returned to the bean as 1.2345669999999999699724639867781661450862884521484375 (precision 0, scale 52).
No converter was used.
Any suggestion or workaround ?
Thanks -- Renzo

Reply via email to