[ http://issues.apache.org/jira/browse/MYFACES-286?page=comments#action_12314518 ]
Bruno Aranda commented on MYFACES-286: -------------------------------------- That's true. In order to be consistent with the specification I recommend to remove this feature from UIData. The ability to create DataModels from Collections is not specified and thiscould bring compatibility issues when changing the implementation of JSF of an existing application developed using the myfaces implementation. I would delete this feature from UIData or I would deprecate it(throwing an error or a warning) to allow some time for the users to correct their applications if they are creating dataTables passing a unespecified Collection as a value, Regards, Bruno > x:datatable doesn't support Set > ------------------------------- > > Key: MYFACES-286 > URL: http://issues.apache.org/jira/browse/MYFACES-286 > Project: MyFaces > Type: Bug > Versions: Nightly Build > Reporter: Low Heng Sin > Attachments: HtmlDataTableHack.patch > > x:datatable doesn't support the java.util.Set interface. This is caused by > the overriden createDataModel method in HtmlDatatableHack doesn't handle > generic java collection interface ( It does in UIData ). -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
