How about making your bean return a reversed collection? Collections.reverse() is your friend.
----- Original Message ----- From: "Stefano Mancarella" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Monday, November 26, 2001 6:28 AM Subject: How to iterate in reverse order > Is there a way to use <logic:iterate> to traverse a collection in reverse > order? > ATM the only way I can achieve this is via a scriptlet. > > > -- > 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]>

