Details
Description
Binding from a TextField to a BigDecimal property does not honor the Locale used by the browser.
With the pt_BR locale configured in Firefox, binding "0,25" to a Double works as expected giving 0.25 value, but to a BigDecimal it gives the error "'0,25' não é um BigDecimal válido."
It is a major problem with localized applications.