Return-Path: Delivered-To: apmail-jakarta-taglibs-user-archive@apache.org Received: (qmail 44492 invoked from network); 27 Jan 2003 12:17:11 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 27 Jan 2003 12:17:11 -0000 Received: (qmail 14971 invoked by uid 97); 27 Jan 2003 12:18:31 -0000 Delivered-To: qmlist-jakarta-archive-taglibs-user@jakarta.apache.org Received: (qmail 14937 invoked by uid 97); 27 Jan 2003 12:18:30 -0000 Mailing-List: contact taglibs-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tag Libraries Users List" Reply-To: "Tag Libraries Users List" Delivered-To: mailing list taglibs-user@jakarta.apache.org Received: (qmail 14913 invoked by uid 98); 27 Jan 2003 12:18:29 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Date: Mon, 27 Jan 2003 21:57:47 +0900 (JST) Message-Id: <20030127.215747.74746971.kishi@104.net> To: taglibs-user@jakarta.apache.org Subject: Re: select tag in input tag library From: Kishi Mikio In-Reply-To: <1B5B3C05F85BD511AC5500B0D049F84EB0C321@ukko.endero.fi> References: <1B5B3C05F85BD511AC5500B0D049F84EB0C321@ukko.endero.fi> X-Mailer: Mew version 3.0.70 on Emacs 20.7 / Mule 4.1 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Thank you for your response. From: Heinonen Jani Subject: RE: select tag in input tag library Date: Mon, 27 Jan 2003 13:38:46 +0200 > >The key is to use a HashMap implementation that returns entries in a > >specific order, the insertion order, in particular. If you use the > >"Commons-Collections" library, you'll find the "SequencedHashMap" class, > >which will do exactly that. > > Or you could use java.util.LinkedHashMap from JDK 1.4 onwards. Well, I have to use "JDK 1.3".... So, the use of SequentialHashMap in Commons-Collections may be the best method... Sincerely, Mikio Kishi. -- To unsubscribe, e-mail: For additional commands, e-mail: