[Zope-dev] Create Virtual DataSkin
bens@killersite.com
bens@killersite.com
Mon, 27 Nov 2000 20:34:49 -0500
Thanks Phillip. Is there a way to pass my REQUEST info to the ADD
Trigger?
I am under the impression that only "self" and some other ZPattern
specific properties are available to the trigger.
Thanks.
>>>>> Phillip J. Eby >>>>
You can't have an ADDED and CHANGED both fire in the same
subtransaction.
ADDED, CHANGED, and DELETED are mutually exclusive. So your ADDED
trigger
has to perform the same operations to save data as your change
trigger would.