Udo Schnurpfeil created TOBAGO-1981:
---------------------------------------
Summary: Exceptions while sorting in sheet in some special cases
Key: TOBAGO-1981
URL: https://issues.apache.org/jira/browse/TOBAGO-1981
Project: MyFaces Tobago
Issue Type: Bug
Components: Core
Affects Versions: 4.3.2
Reporter: Udo Schnurpfeil
Assignee: Udo Schnurpfeil
Currently, there are two comparator implementations used internally to sort
(BeanComparator and ValueExpressionComparator). The BeanComparator is not
woking using EL with more than one dot, e.g. #{bean.object.name}, but the
sorter is using it.
The ValueExpressionComparator is more flexible with special cases and about 25%
faster, so the BeanComparator should be removed.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)