You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Sebastian (JIRA)" <ji...@apache.org> on 2007/12/04 10:35:33 UTC

[jira] Issue Comment Edited: (WW-2349) localized conversion from number to string broken

    [ https://issues.apache.org/struts/browse/WW-2349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_42765 ] 

smittel edited comment on WW-2349 at 12/4/07 1:33 AM:
--------------------------------------------------------

Look here, strong related to this problem: http://jira.opensymphony.com/browse/XW-490



      was (Author: smittel):
    See also http://jira.opensymphony.com/browse/XW-490


  
> 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: Core Actions
>    Affects Versions: 2.0.11
>            Reporter: Sebastian
>
> 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. This is fine and ok.
> But when I preset the Double property to a certain value and render the page 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.