Re: T5 loop sort

2009-11-27 Thread Joost Schouten (ml)
In your setupRender method of your page take the Set of beans add them in a List and sort acordingly. Pass the list as the source for the loop. Cheers, Joost Like: @SetupRender private void setup() { Set mySet = ... whereverItComesFrom; List myList = new ArrayList(); myList.addAll(myS

T5 loop sort

2009-11-27 Thread blueboy6
orter from grid, but I'm not sure how... Does anyone have idea what to do here? Thank you in advance :) Bojan -- View this message in context: http://old.nabble.com/T5-loop-sort-tp26544856p26544856.html Sent from the Tapestry - User mailing list archiv