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


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.

Reply via email to