[ https://issues.apache.org/jira/browse/WW-4871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16246062#comment-16246062
]
ASF subversion and git services commented on WW-4871:
-----------------------------------------------------
Commit f5f53a9f822547b6a11f8435007ab25f4e4be512 in struts's branch refs/heads/master from
[~lukaszlenart]
[ https://gitbox.apache.org/repos/asf?p=struts.git;h=f5f53a9 ]
Merge pull request #173 from yasserzamani/WW-4871
WW-4871 Fixes StringConverter and improves it's tests
> Decimal converters should avoid loss of user's data caused by rounding
> ----------------------------------------------------------------------
>
> Key: WW-4871
> URL: https://issues.apache.org/jira/browse/WW-4871
> Project: Struts 2
> Issue Type: Bug
> Components: Core
> Affects Versions: 2.5.12, 2.5.13
> Reporter: Yasser Zamani
> Fix For: 2.5.14
>
>
> For example in following jsp:
> {code:xml}
> <s:form>
> <s:hidden name="myDecimal"/>
> <s:submit/>
> </s:form>
> {code}
> User loses decimal digits when posts back because of converter's locale based rounding.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
|