Re: Iterating over Hashtable in jsp - wrong sort order
Hello Antonio, thanks for your hint! Kind regards, Andreas Hartmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Iterating over Hashtable in jsp - wrong sort order
Hello! I've got a Hashtable Hashtable > mytable; The keys of this Hashtables are Integers, which are added in ascending order. In the jsp, I'm doing the following: The keys are now listed in descending order - but I need ascending order. How can I change this behaviour? Thanks for any hi