2 Sep
2004
2 Sep
'04
11:49 a.m.
From: "Florian Reiser" <florian_reiser@gmx.de>
I have a page, that executes a job which calculates some numbers and then displays the resulting data in a table. The time of the calculation is recorded for each record in the db with a timestamp.
Sometimes zope displays the timestamp of the previous calculation, mostly that of the actual calculation, which would be right.
What can cause Zope to display the timestamp of the previous calculation.
It could be that you are seeing a cached page. Make sure you set the html tags so that the page is not cached/expired immediately. Jonathan