Hey,
I'm trying to save some mapped dom4j entities and can't get the children to set the parent id without having to explicity put the id in children.
Code:
<parent name="myparent">
<child name="child1"/>
<child name="child2"/>
</parent>
after saving this bit of xml the parent and children are present, but the kids parent id's are null. How do I get it to set this? There are no java classes, so I can't explicity call setParent on the children.
Also,
Is the forum search ever going to get fixed? After searching you can't get to page 2.
Thanks,
Jon