You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/10/16 08:41:00 UTC

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

    [ https://issues.apache.org/jira/browse/WW-4871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16205583#comment-16205583 ] 

ASF GitHub Bot commented on WW-4871:
------------------------------------

yasserzamani opened a new pull request #173: WW-4871 Fixes StringConverter and improves it's tests
URL: https://github.com/apache/struts/pull/173
 
 
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> 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)