Both your references use a primarykey part as their foreignkey. Is this really what you want ? The referenced objects must then have the same primarykey value (part) as the ProfileMenuCategory object, and that before you store the ProfileMenutCategory object, otherwise you would overwrite your primarykey, which you definitly don't want. IMO it is easier to have separate fields in ProfileMenuCategory that are only used as foreignkey holders. And for references you can even use anonymous fields, i.e. you don't need real java fields, you can simply add two field descriptors with access="anonymous".
Tom --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
