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]>
