I have two objects that have a dependent relationship. It's a MailingList to
Subscription relationship, a MailingList has many subscriptions. I can add
Subscriptions to a MailingList and have them persist if the MailingList and
Subscriptions are created at the same time. However, when I add a new
Subscription to a MailingList that is already persistent and I update the
MailingList, the Subscription is not persisted. I have had resort to
creating each object independently but I would like to use Castor to be able
to persist a new Subscription when I add it to an existing MailingList. Any
ideas on what I may be doing wrong?
Ryan-
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev