These are the sequence of events in my handler... *Form is submitted....* Create new Address object Populate Address object Validate Address object Retrieve Company object Verify Address exists in Company and copy the new Address over existing [ oTempAddress.copyValuesTo(oCompany.getAddress(addressIndex) ] Save Company
If I dump oCompany.getAddress(addressIndex).getMemento() just before the save of the company, I see the new data from the form. However, oCompany.save() doesn't seem to save the Address I just modified. I'm gonna RTFM again just in case I missed something. :) Jason --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
