You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Maurizio Cucchiara (JIRA)" <ji...@apache.org> on 2011/03/02 11:30:36 UTC

[jira] Assigned: (WW-3584) convertToString in custom StrutsTypeConverter not called for multiple-valued tags (checkboxlist and select)

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

Maurizio Cucchiara reassigned WW-3584:
--------------------------------------

    Assignee: Maurizio Cucchiara

> convertToString in custom StrutsTypeConverter not called for multiple-valued tags (checkboxlist and select)
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: WW-3584
>                 URL: https://issues.apache.org/jira/browse/WW-3584
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Core Actions
>    Affects Versions: 2.2.1.1
>            Reporter: Antonino Virgillito
>            Assignee: Maurizio Cucchiara
>
> I wrote a custom converter to map a list of custom type (List<MyBean>) to a s:checkboxlist tag. When I submit the form the convertFromString() method is called, so I have the list correctly populated with the selected values. 
> The problem is that it doesn't work the other way: when I try to pre-populate the form from the values in the list, the tag is always empty, because the convertToString() method is never called. Same happens for s:select with multiple="true". 
> I think it is a bug because if I change the tag to s:textfield, mapped to the same list, convertToString() is called and text box is populated. 

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira