Re: print out the items of a collection in reverse order

2002-10-18 Thread Shawn Bayern
On Fri, 18 Oct 2002, Hao Ding wrote: > Is there a way to print out the items of a collection (e.x an array) > in reverse order using or some other JSTL core tags? Not as such. But since you ask, one solution does occur to me: You can loop through the collection with the first time and add ele

print out the items of a collection in reverse order

2002-10-18 Thread Hao Ding
Hi all, Is there a way to print out the items of a collection (e.x an array) in reverse order using or some other JSTL core tags? Thanks Hao -- To unsubscribe, e-mail: For additional commands, e-mail: