6 Dec
2003
6 Dec
'03
6:38 p.m.
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