[
https://issues.apache.org/struts/browse/WW-2349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rene Gielen updated WW-2349:
----------------------------
Component/s: Documentation
Priority: Major (was: Blocker)
Fix Version/s: (was: Future)
2.1.1
There is no bug, just a lack of documentation. I'm going to fix that, and will
point out that resource here.
> localized conversion from number to string broken
> -------------------------------------------------
>
> Key: WW-2349
> URL: https://issues.apache.org/struts/browse/WW-2349
> Project: Struts 2
> Issue Type: Bug
> Components: Documentation
> Affects Versions: 2.0.11
> Reporter: Sebastian
> Assignee: Rene Gielen
> Fix For: 2.1.1
>
>
> Situation:
> Locale is set to de_DE.
> Action contains a property
> private Double percentage;
> with getters/setters. The corresponding page contains a "textfield" tag for
> this property. It only accepts a "," (comma) as a decimal separator due to
> the set locale.
> But when the Double property is preset to a certain value and the page
> rendered afterwards, the textfield is filled with a number using the "."
> (dot) as decimal separator, instead of comma.
> In short: parsing of numbers is localized, formatting not. This is
> inconsistent.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.