[ 
https://issues.apache.org/jira/browse/WICKET-2861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12868920#action_12868920
 ] 

Hudson commented on WICKET-2861:
--------------------------------

Integrated in Apache Wicket 1.5.x #56 (See 
[http://hudson.zones.apache.org/hudson/job/Apache%20Wicket%201.5.x/56/])
    

> 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