You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Antonino Virgillito (JIRA)" <ji...@apache.org> on 2011/03/24 10:48:05 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=13010614#comment-13010614 ] 

Antonino Virgillito commented on WW-3584:
-----------------------------------------

Maurizio, I attached the zip again. I have checked and now it should be fine. 

> 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
>         Attachments: multivalueTest.zip
>
>
> 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