problem is that my data is coming from a webservice which gives me an unsorted list; so the only thing that I might think of is transforming the unsorted list first using xsl; or building (in my java flow code) a collection of the repeater data, sort it and then refill the repeater widget
but in my opinion the sorted way of a repeater list is a matter of the view-side (MVC) so I'd like to do it somewhere in my form template Gunter "Derek Hohls" <[EMAIL PROTECTED]> 19/01/2006 09:29 Please respond to [email protected] To <[email protected]> cc Subject Re: sorting of repeater rows Gunter I am populating my repeater rows from flow; which in turn get the data from a database query - in this case I use the query to do a sort at the time the data are extracted. Obviously while the user is adding rows and data to the form the rows are not sorted, but once they save the form & come back to see it, the data are sorted. Not sure if this helps....? Derek >>> [EMAIL PROTECTED] 2006/01/19 10:15:59 AM >>> nobody that has an idea to help me out here? where do I have to look for? thnx in advance, Gunter Gunter D'Hondt <[EMAIL PROTECTED]> 17/01/2006 15:15 Please respond to [email protected] To [email protected] cc Subject sorting of repeater rows I've got a repeater Person with widget id and name and I'd like to sort the repeater rows on my form template in alphabetical order (by name); somebody any idea on where and how to do that? Regards, Gunter D'Hondt --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- This message is subject to the CSIR's copyright, terms and conditions and e-mail legal notice. Views expressed herein do not necessarily represent the views of the CSIR. CSIR E-mail Legal Notice http://mail.csir.co.za/CSIR_eMail_Legal_Notice.html CSIR Copyright, Terms and Conditions http://mail.csir.co.za/CSIR_Copyright.html For electronic copies of the CSIR Copyright, Terms and Conditions and the CSIR Legal Notice send a blank message with REQUEST LEGAL in the subject line to [EMAIL PROTECTED] This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
