Bug 32368 - Datagrid: NullPointerException when sorting null values
Summary: Datagrid: NullPointerException when sorting null values
Status: RESOLVED FIXED
Alias: None
Product: Taglibs
Classification: Unclassified
Component: Sandbox Taglibs (show other bugs)
Version: nightly
Hardware: PC Windows XP
: P2 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-24 00:05 UTC by Adam Moore
Modified: 2004-11-29 18:38 UTC (History)
0 users



Attachments
ValueComparator.java patch for handling null values (714 bytes, patch)
2004-11-24 00:06 UTC, Adam Moore
Details | Diff
Patch (18.58 KB, patch)
2004-11-27 15:24 UTC, Nestor Boscan
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Moore 2004-11-24 00:05:06 UTC
Attempting to sort on a column that contains null values results in a
NullPointerException
Comment 1 Adam Moore 2004-11-24 00:06:40 UTC
Created attachment 13528 [details]
ValueComparator.java patch for handling null values
Comment 2 Nestor Boscan 2004-11-27 15:24:54 UTC
Created attachment 13558 [details]
Patch