Hi jacques,
Thanks for the indications. It solved my problem.
It was spaces in data and also conversion method that's still with
Double instead of BigDecimal.
Charles
Jacques Le Roux a écrit :
Afterthought, it's certainly not related to your specific problem (it
was done because security issues) but I think you will get the idea
(the main cause of your issue)
Jacques
From: "Jacques Le Roux" <[email protected]>
I fixed something like that recently, see r748803
Jacques
From: "STELTZLEN Charles" <[email protected]>
Hi all,
I'm using an ofbiz v1.4.
I'm having some trouble with the form attribut <display
type="currency" currency="${currencyUomId}"/> .
My flield is a BigDecimal and it value is 2441,658, but the system
displays "2.00 €".
If my value is 244,658, so the system displays it correctly "244,658
€".
Any body heard about it ?
In the general.propeties file I found the following propertie
# -- the default decimal format for currency
currency.decimal.format=##0,00
Is it linked to my problem ? I tried different values, but nothing
appended.
Charles.