[Grok-dev] Re: grok.View: Self-submitting forms, redirect, and before()

Suresh V suresh_vv at yahoo.com
Fri Jan 12 08:03:51 EST 2007


Christian Theune wrote:
>>
>>       def __call__(self):
>> -        self.before()
>> +        self.update()
>> +        if self.request.response.getStatus() in (302, 303):

Could the above be better dealt with as an exception? Who will be 
setting this status?

Suresh



More information about the Grok-dev mailing list