Currently no, but there is already a ticket: http://tracker.transfer-orm.com/issue.cfm?p=89977683-A728-9CD3-ABD9545A91734422&i=A942EECF-CEB6-F49A-46A0037A67D9DC2D
Mark On Wed, Nov 12, 2008 at 4:05 AM, Matt <[EMAIL PROTECTED]> wrote: > > I have recently started working with Transfer and so far it has been > great. The more I learn, the more useful I find it. > > My question has to do with ordering relationships between tables. Is > there a way to order by more than one column? I tried adding a second > order element but that resulted in the error: "Invalid content was > found starting with element 'order'. No child element is expected at > this point." I am using Transfer 1.1 > > Here is what I tried: > > <onetomany name="WorkHistory" lazy="true"> > <link to="applicant.WorkHistory" column="idApplicant"/> > <collection type="array"> > <order property="startYear" order="desc"/> > <order property="startMonth" order="desc"/> > </collection> > </onetomany> > > > Is there an easy way to accomplish this? > > Thanks, > > Matt > > > > -- E: [EMAIL PROTECTED] W: www.compoundtheory.com --~--~---------~--~----~------------~-------~--~----~ Before posting questions to the group please read: http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer You received this message because you are subscribed to the Google Groups "transfer-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/transfer-dev?hl=en -~----------~----~----~----~------~----~------~--~---
