Re: Logic:Iterate:sort, what do you think?

2002-05-17 Thread Ted Husted
: Logic:Iterate:sort, what do you think? Subject: Re: Logic:Iterate:sort, what do you think? From: Andrej [EMAIL PROTECTED] === Michael, this may be a useless note, but if you want to sort a Collection, you can use the Comparable interface then the Collection.sort() method. IMHO, sorting is a process

Re: Logic:Iterate:sort, what do you think?

2002-05-14 Thread Richard Yee
Michael, Since it's already done through the TreeMap and TreeSet collection classes, I don't think it's necessary to implement it again in the logic:iterate tag. If you want to access members of a collection in a sorted order, then use the TreeMap or TreeSet as the collection and invoke the

Re: Logic:Iterate:sort, what do you think?

2002-05-14 Thread @Basebeans.com
Subject: Re: Logic:Iterate:sort, what do you think? From: Andrej [EMAIL PROTECTED] === Michael, this may be a useless note, but if you want to sort a Collection, you can use the Comparable interface then the Collection.sort() method. IMHO, sorting is a process and should theoretically

RE: Logic:Iterate:sort, what do you think?

2002-05-14 Thread Michael Marrotte
by clicking on column headers. Does anyone have a strong argument for either view? --Michael Marrotte -Original Message- From: Struts Newsgroup [mailto:@[EMAIL PROTECTED]] Sent: Tuesday, May 14, 2002 2:40 PM To: [EMAIL PROTECTED] Subject: Re: Logic:Iterate:sort, what do you think? Subject: Re

RE: Logic:Iterate:sort, what do you think?

2002-05-14 Thread Galbreath, Mark
I'd sort it in Flash. Mark -Original Message- From: Michael Marrotte [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 14, 2002 3:05 PM Andrej; I've seen this lightly debated, before - that is, whether or not sorting should be in the Model or the View. I haven't been completely persuaded

RE: Logic:Iterate:sort, what do you think?

2002-05-14 Thread Voytek . Jarnot
But how in the world would you call that from Struts??? -Original Message- From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 14, 2002 2:13 PM To: 'Struts Users Mailing List' Subject: RE: Logic:Iterate:sort, what do you think? I'd sort it in Flash. Mark -Original

Re: Logic:Iterate:sort, what do you think?

2002-05-13 Thread @Basebeans.com
Subject: Re: Logic:Iterate:sort, what do you think? From: Vic C [EMAIL PROTECTED] === For input only: http://edhill.its.uiowa.edu/display/ Michael Marrotte wrote: I'm looking for sorting support for the Struts Logic Iterate tag. Struts Layout by Improve claims to support something like