int[] not coerced into List<Integer>
------------------------------------

                 Key: TAPESTRY-1702
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1702
             Project: Tapestry
          Issue Type: Bug
          Components: tapestry-ioc
    Affects Versions: 5.0.5
            Reporter: Davor Hrg
            Priority: Critical


int[] does not get not coerced into List of Integers.

int[] value gets recognized as an object, not an Object[] which is true for all 
primitive type arrays.

even if it goes to Object[] -> List coercer the code there: Arrays.asList will 
create an 
list containing the array, instead containing the values from the array.

I've noticed this issue when supplying int[] to loop component ....


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to