Dan,

Wha code are you using to list?

Are you using TQL, because that's how you would join data together.

http://docs.transfer-orm.com/wiki/Transfer_Query_Language.cfm

Mark

On Fri, Jul 3, 2009 at 2:04 AM, Dan Vega <[email protected]> wrote:

>
> I have a device that holds a foreign key to a manufacturer. When I am
> displaying a list of my devices is there an easy way to output the
> manufacturer? I understand how to do it when I am working with 1
> object but the list is throwing me off.
>
> <object name="device" decorator="quickconnects.model.device">
>        <id name="DeviceId" type="numeric" generate="true"/>
>        <property name="device" type="string"/>
>        <manytoone name="manufacturer">
>                <link to="manufacturer" column="MANUFACTURERID"/>
>        </manytoone>
> </object>
> >
>


-- 
E: [email protected]
T: http://www.twitter.com/neurotic
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to