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
            Priority: Minor


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