[ http://issues.apache.org/jira/browse/MYFACES-286?page=comments#action_12314455 ]
Low Heng Sin commented on MYFACES-286: -------------------------------------- I'm fine if this is not supported because of the spec but the other issue is the support for java.util.Set is present in the UIData class of the myfaces implmentation ( check createDataModel() in UIData ). I've try that, java.util.Set work fine with h:datatable but not x:datatable when running on myfaces implementation ( haven't try on jsf-ri ). To be consistent, that support should to be remove as well. > 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
