Hello, I our application we have link tables where we can not use MtoN relationships because there is additional data in the table.
We are using the PB and would like the foreign objects set into the Link class to determine the key for the class. So, for example we have a CustomerAddressLink, it has a customerId, an addressId, a customer, and an address, along with other information. If I create a new CustomerAddressLink and set the customer and address, the object is not saved since the primary keys (customerId and addressId) have not been set and are not auto-incremented. With 0.9.7 I was able to set the pk from the foreign objects in the beforeStore event, however with the current version from CVS it ignores the new id when determining if it has a valid pk. Is there a way to do this? Alan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
