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

Igor Vaynberg resolved WICKET-2861.
-----------------------------------

         Assignee: Igor Vaynberg
    Fix Version/s: 1.4.9
                   1.5-M1
       Resolution: Fixed

> getConvertedInput() returns null and selectedValues.addAll tries adding it
> --------------------------------------------------------------------------
>
>                 Key: WICKET-2861
>                 URL: https://issues.apache.org/jira/browse/WICKET-2861
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.4.7
>            Reporter: Nathan Collette
>            Assignee: Igor Vaynberg
>            Priority: Minor
>             Fix For: 1.4.9, 1.5-M1
>
>         Attachments: ListMultipleChoice.java
>
>
> Came across this bug when upgrading from wicket 1.3 to 1.4.7.  It occurred 
> when we were clearing a form.  
> Add a null check to
> selectedValues.addAll(getConvertedInput());
> in ListMultipChoice:updateModel(),
> because getConvertedInput() can conceivably be null in normal situations.

-- 
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