collectionType attribute of selectManyCheckbox not processed correctly ----------------------------------------------------------------------
Key: MYFACES-3522 URL: https://issues.apache.org/jira/browse/MYFACES-3522 Project: MyFaces Core Issue Type: Bug Affects Versions: 2.1.6 Environment: Tomcat 6.0.35 myFaces 2.1.6 Reporter: Michael Heinen Priority: Critical The collectionType attribute of h:selectManyCheckbox is not processed correctly. The value attribute of selectManyCheckbox points to Map with an ArrayList with Strings as value, representing the selected values. The checkboxes are initially correctly checked, but after ajax submission the model (Map<Sting,Object) contains StringArrays instead of ArrayLists. This worked well since JSF 1.0, but it does not work with 2.1 anymore. It can be easily reproduced with MyFaces only. I see this as critical because ClassCastException are thrown as a result in application code. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira