Github user lukaszlenart commented on the issue:
https://github.com/apache/struts/pull/138
It's all about `String -> BigDecimal/Double -> String` conversion, so if
you have a `Double` in DB represented as `Double` it shouldn't be a problem.
This solves posting numbers with proper locale and decimal separator and
displaying those other way the same.
See this example
https://github.com/apache/struts-examples/blob/master/type-conversion/src/main/java/org/apache/struts/example/NumberAction.java#L13-L15
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]