I know that the Form.save() method asks the bizobj to save. And the bizobj as a save method that gets a startTransaction argument.
We are not suppose to override Bizobj.save(), at the cost of loosing the hook methods (unless we reconstruct them). So how can we do a transaction? I'm also aware of bizobj.beginTransaction, commitTransaction and rollbackTransaction. But where are these to be called? Certainly not in bizobj.save!? How can we deal with multiple tables commits? Txs. Miguel _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
