[Zope] Moving the Data.fs
Dylan Reinhardt
zope at dylanreinhardt.com
Sat Dec 6 13:38:00 EST 2003
On Sat, 2003-12-06 at 07:19, Jørgen Larsen wrote:
> Weird it works... ;)
It only appears to work.
When you call a method that has no return value (as yours doesn't) your
browser will continue to display the same page you were viewing when you
made the request. Since you're *expecting* to see the same page, you
don't realize that what you're *actually* looking at is no change.
I think I posted this once already, but what you want is this:
def refresh(self, request):
return self.manage_main(self, request)
HTH,
Dylan
More information about the Zope
mailing list