Hi all,
i defined a parent bean in composition with another child bean: in transfer.xml
I included in the definition of my parent bean
<onetomany name="myProp" lazy="false">
<link to="childBean" column="childId" />
<collection type="struct">
<key property="myKey"/>
</collection>
</onetomany>
As you can see, I want a collection of type struct, but when I instanziate the
parent bean, I have the onetomany as an array: where is my mistake?
Regards
salvatore
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---