You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by bu...@apache.org on 2003/08/31 21:22:56 UTC

DO NOT REPLY [Bug 22840] - Table component doesn't sort fine when there are null values

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22840>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22840

Table component doesn't sort fine when there are null values

mindbridgeweb@yahoo.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From mindbridgeweb@yahoo.com  2003-08-31 19:22 -------
This is a very good suggestion. 
While non-comparable values are normally not supported by this comparator, such 
an approach would provide consistent behaviour. 
The code has been modified so that it always consideres non-comparable values 
(e.g. null) to be smaller than comparable ones and equal among each other.