Type Conversion of List<Integer> not working when list is empty.
----------------------------------------------------------------

                 Key: WW-2564
                 URL: https://issues.apache.org/struts/browse/WW-2564
             Project: Struts 2
          Issue Type: Bug
    Affects Versions: 2.0.11.1
         Environment: Windows XP
            Reporter: Ivan Rei


When using a object of type List<Integer>, and that object comes empty from the 
JSP, you get a conversion error. Eg. Have 2 lists of checkboxes on the JSP. One 
is a List<String> and the other is List<Integer>, if I don't select any of the 
checkboxes of either type, I get a validation error 
(xwork.default.invalid.fieldvalue) on the integer list only. If I remove the 
integer list from the JSP, I get to the action.

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