29 May
2003
29 May
'03
1:02 p.m.
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