[Zope] multiple visits to dtml-method page

Daniel.Weber@SEMATECH.Org Daniel.Weber@SEMATECH.Org
Wed, 22 Mar 2000 15:02:59 -0600


I have a dtml-method page that displays a table of values and allows the viewer
to delete on of them (using an sql method on the next page).  All works as
expected, but I noticed an odd thing:  when I used the back button on the
browser the table of values was not updated, but showed the old values.  This is
bad, because people will think their delete did not work.

How do I force a page update?  I checked the IE5 options to make sure it was
checking the date stamp on every visit, so I don't think it's a cache issue,
though I don't know enough about browsing to say it isn't.  Shouldn't forms be
re-submitted on the back button?

I'm sort of confused how this is all handled....