2017-10-09 4:15 GMT+02:00 Matias Rodriguez <matias.rodrig...@gmail.com>:
> Hi!
> I noticed a behaviour change when migrating the referenced versions.
> I know that there were changes about this (https://struts.apache.org/
> docs/version-notes-2512.html).
> I need to change the MaximumFractionDigits GLOBALLY, for example, from 3 to
> 10.
> Is there a recommended way to do this (the "struts way")?

Sorry but I don't think so it is possible now. You have three options:
- re-implement NumberConverter based on built-in version and override
"convertToBigDecimal" method and then register it with
"struts.converter.number"
- implement your own global BigDecimal converter
- request a change via JIRA


Regards
-- 
Ɓukasz
+ 48 606 323 122 http://www.lenart.org.pl/

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to