[Zope] (no subject)

John Kipling Lewis jklewis@umich.edu
Sat, 24 May 2003 10:30:30 -0400 (EDT)


Calling a function, which deletes an element of a list, from a hyperlink
and returning a display page from that function.  The URL in the browser
address bar shows the the call to the function (and passed variables).
How do you change the returned URL so that the display page shows the
changes?

We tried RESPONSE.redirect(foo) and that worked except the display page
didn't show the changes that had been made.  The browser didn't reload the
page (perhaps assuming it was not changed and used the cached version?)

John -