[Zope] SQL-Transaction
Dieter Fischer
dieter.fischer@grid-it.ch
Thu, 29 May 2003 15:02:37 +0200
Hello
I've something like:
<dtml-call "insert(REQUEST)">
<dtml-call "RESPONSE.redirect(REQUEST['myform'])">
In the myform I'd like to show the values I've inserted with a ZSQL-Method.
This form uses also a ZSQL-Method, to show the data inserted before. The
problem is, that sometimes the values are not shown in the form. When I
reload the page, the values are there.
How do I asure, that the transaction is made to the db, before I show the
form?
Regards
Dieter