From commons-user-return-13604-apmail-jakarta-commons-user-archive=jakarta.apache.org@jakarta.apache.org Wed Sep 07 18:15:28 2005 Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 92896 invoked from network); 7 Sep 2005 18:15:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Sep 2005 18:15:26 -0000 Received: (qmail 64375 invoked by uid 500); 7 Sep 2005 18:15:16 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 64159 invoked by uid 500); 7 Sep 2005 18:15:15 -0000 Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Users List" Reply-To: "Jakarta Commons Users List" Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 64094 invoked by uid 99); 7 Sep 2005 18:15:14 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Sep 2005 11:15:14 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=DNS_FROM_RFC_POST X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [64.236.240.147] (HELO smtpgw2.turner.com) (64.236.240.147) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Sep 2005 11:15:27 -0700 Received: from cnncimss01.turner.com (CNNCIMSS01.turner.com [10.188.169.201]) by smtpgw2.turner.com (8.12.10/8.12.11) with ESMTP id j87IFB44000579 for ; Wed, 7 Sep 2005 14:15:11 -0400 (EDT) Received: from ATLBH02.turner.com ([10.188.157.232]) by cnncimss01.turner.com with InterScan Messaging Security Suite; Wed, 07 Sep 2005 14:16:07 -0400 Received: from ATLMSG21.turner.com ([10.189.144.150]) by ATLBH02.turner.com with Microsoft SMTPSVC(6.0.3790.211); Wed, 7 Sep 2005 14:15:10 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: [BeanUtils] case insensitive BeanComparator? Date: Wed, 7 Sep 2005 14:15:10 -0400 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [Digester] Can I do an object-create-rule within a set-properties-rule? Thread-Index: AcWzxjrOiyfX8gQIRMyiR5o1BnU7hAAEZaIA From: "Bernard, Shawn" To: "Jakarta Commons Users List" X-OriginalArrivalTime: 07 Sep 2005 18:15:10.0945 (UTC) FILETIME=[15C4BD10:01C5B3D8] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I'm using a BeanComparator in a Collections.sort(): Collections.sort(foobies, new = BeanComparator("billingAddress.lastName")); I was wondering if there was a way to make the sort case insensitive = (without creating my own custom comparator). Thanks, Shawn --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org