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

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to