Hello!

I've got a Hashtable

Hashtable <Integer, ArrayList<SomeObject>> mytable;

The keys of this Hashtables are Integers, which are added in ascending order.


In the jsp, I'm doing the following:

<logic:iterate name="mytable" id="element"><bean:write name="element"
property="key"/></logic:iterate>

The keys are now listed in descending order - but I need ascending order. How
can I change this behaviour?


Thanks for any hint,
kind regards,
Andreas Hartmann


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to