[Zope] Postponing insertion in database

Stefan H. Holek stefan@epy.co.at
Mon, 11 Feb 2002 13:43:29 +0100


At 11.02.2002 10:43 +0100, Juan Garcia Garcia wrote:

>   my problem is that i have three consecutive forms: when i click the
>submit button of the first one, i insert in the database and then
>redirect to the second form, and the same with the second and third.
>But the three insertions must be completed if i want to have a database
>not corrupted. If the user stops in the second form, for example by
>closing the navigator, the previous insertion must be undone.

You might want to use Sessions for intermediate storage and perform the 
insert after the last step.

Stefan