UISequence.getRowKeyConverter() contains hardcoded converter for Integer.class
------------------------------------------------------------------------------

                 Key: RF-10729
                 URL: https://issues.jboss.org/browse/RF-10729
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: base functionality 
    Affects Versions: 4.0.0.CR1
         Environment: richfaces 4.0 barch
            Reporter: Martin Kočí
             Fix For: 4.0.0.Final


org.richfaces.component.UISequence.getRowKeyConverter() contains:

return getFacesContext().getApplication().createConverter(Integer.class);

This overrides RowKeyConverter for all children even for UIDataTable and 
UIExtendedDataTable.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to