On Wed, 2001-11-21 at 08:43, John McNally wrote: > Sorry I did not get back to you earlier on this. It seems like most of > the operations you describe should be implemented in the Base* classes. > I am a bit unclear on how adding a preSave method, which I assume would > need to have some generated code in it to handle the logic you suggest, > would work better than just putting the code into the save method. Can > you give an example of how it would solve the infinite recursion > problem?
That's ok, I know you guys are busy. The Base class would provide wrapper logic around preSave to prevent certain error conditions. Doing this can solve several infinite looping problems. Fixing the problem I was experiencing with the get and set methods can be fixed as it applies to scarab, but a more general fix is difficult, but still addressable. Again I'm being vague, I'll send along some definitive examples. Thanks, Byron -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
