You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Yasser Zamani (JIRA)" <ji...@apache.org> on 2017/10/14 06:37:00 UTC

[jira] [Created] (WW-4871) Decimal converters should avoid loss of user's data caused by rounding

Yasser Zamani created WW-4871:
---------------------------------

             Summary: 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.13, 2.5.12
            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)