This is probably showing my lack of java knowledge... What if you accepted a vector as the data structure? Then you could just pop 'em back off... However, I do think it is a bit more overhead...
Michael -----Original Message----- From: Shawn Bayern [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 01, 2002 5:06 PM To: Tag Libraries Users List Subject: RE: Sorted Select values On Tue, 1 Oct 2002, Holly, Michael wrote: > I would think that default functionality of the Tag would output the > values in the order that they came in. Just a suggestion... It's up to the data structure, though, not the tag. The tag has no way of knowing what order you inserted items into a HashMap. -- Shawn Bayern "JSTL in Action" http://www.jstlbook.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
