You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Wes Wannemacher (JIRA)" <ji...@apache.org> on 2009/06/02 15:32:42 UTC

[jira] Updated: (WW-3126) Custom StrutsTypeConverter's convertToString not called for Textfield-Tag

     [ https://issues.apache.org/struts/browse/WW-3126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wes Wannemacher updated WW-3126:
--------------------------------

    Attachment: converter-test.patch

I whipped up a quick converter and tested it out with struts2-blank and I didn't have any problems. I am going to close as 'Can't Reproduce.' Feel free to reopen, but if you do, make sure you come back with more information since it seems there are no problems with basic converter functionality. 

> Custom StrutsTypeConverter's convertToString not called for Textfield-Tag
> -------------------------------------------------------------------------
>
>                 Key: WW-3126
>                 URL: https://issues.apache.org/struts/browse/WW-3126
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Core Actions
>    Affects Versions: 2.1.6
>            Reporter: Meikel Bode
>             Fix For: 2.1.7
>
>         Attachments: converter-test.patch
>
>
> I created a custom converter to support different input formats for  a double attribute in my action class.
> I want the field to except both formats as valid : "10,00" and "10.00".  Output (convertToString()-Method) allways has to format current value as "10,00" but the method never gets called.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.