--On 15. Dezember 2005 08:57:17 +0100 Sven Schomaker <[EMAIL PROTECTED]> wrote:
Hello all, I need a way to keep a transaction active over several requests and commit it manually afterwords. Currently the object publisher (or whatever responsible for that) commits a transaction
One request = one transaction. I think there is no way to get around (this limitation from your point of view). You should store your data in a session and perform the necessary actions at the end of the last step.
-aj
pgpJyibWjCR1e.pgp
Description: PGP signature
_______________________________________________ Zope3-users mailing list [email protected] http://mail.zope.org/mailman/listinfo/zope3-users
