Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 75511 invoked from network); 8 Apr 2005 13:28:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Apr 2005 13:28:33 -0000 Received: (qmail 49212 invoked by uid 500); 8 Apr 2005 13:28:22 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 49164 invoked by uid 500); 8 Apr 2005 13:28:21 -0000 Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: 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 49150 invoked by uid 99); 8 Apr 2005 13:28:21 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from mail14.ca.com (HELO mail14.ca.com) (208.232.182.10) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 08 Apr 2005 06:28:19 -0700 Received: from usilms28.ca.com ([141.202.201.28]) by mail14.ca.com with Microsoft SMTPSVC(5.0.2195.6713); Fri, 8 Apr 2005 08:28:17 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.0.6556.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: Translating Query String into Map and vice versa? Date: Fri, 8 Apr 2005 09:28:16 -0400 Message-ID: <4876153C00898F43B189AF95F84BCE14A0BD88@usilms28.ca.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Translating Query String into Map and vice versa? Thread-Index: AcU8Pc7GidaJONnYRnyJzpkXN7ypPgAALOIg From: "Scovetta, Michael V" To: "Jakarta Commons Users List" X-OriginalArrivalTime: 08 Apr 2005 13:28:17.0366 (UTC) FILETIME=[D2E30760:01C53C3E] X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N > Also, note that a Map is not sufficient since you could have several=20 > arguments for one key. True, but you could always play games like=20 foo =3D> bar,quux,baz or=20 foo =3D> Array[ bar, quux, baz ] I map is very convenient, and I don't really see why you would want to pass multiple values for a single key, a-la=20 foo=3Dbar&foo=3Dbar&foo=3Dbar=20 M Michael Scovetta Computer Associates Senior Application Developer -----Original Message----- From: Lukas Bradley [mailto:lukas@somnia.com]=20 Sent: Friday, April 08, 2005 9:20 AM To: Jakarta Commons Users List Subject: Re: Translating Query String into Map and vice versa? > Also, note that a Map is not sufficient since you could have several=20 > arguments for one key. Nice catch. Forgot about that. --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org