Thanks again to everyone. I leave my last questions opened, but I
solved the issue, and learnt a little more about transfer :P

I solved it by using the transfer.listByQuery method instead of the
default transfer.list. Taking the objects described before, this is
the code:
...
<cfset var myQuery = getTransfer().createQuery("from sp.Order join
sp.User") />
<cfset var orders = getTransfer().listByQuery(myQuery) />
...

And then, in the view I have all properties from the Order (Name) and
the User (Username) objects.

Thanks all for the rapid response, and the good tips! CU!

Pedro.


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