Read through this thread ( http://groups.google.com/group/transfer-dev/browse_thread/thread/6f8043dbdf57d401/eea1588ad65ab5a9?lnk=gst&q=struct+array) and see if that helps you out.
On Wed, Dec 17, 2008 at 8:46 AM, Salvatore FUSTO <[email protected]>wrote: > 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 instanziatethe > 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 -~----------~----~----~----~------~----~------~--~---
