[Seaside] Re: #handleRequest: called twice?

Esteban Lorenzano estebanlm at gmail.com
Mon Jul 14 17:55:41 UTC 2008


No, I was not aware of that... there is a way to know what request is 
what i'm handle (process callbacks or render page)?

Cheers,
Esteban


On 2008-07-14 14:42:01 -0300, "Lukas Renggli" <renggli at gmail.com> said:

>> I'm doing some digging in Seaside code, and recently found that
>> WAExpiringHandle>>handleRequest: is called twice each
>> request I do... is that the way it is supposed to work or I'm doing
>> something wrong?
> 
> Normally Seaside gets two requests per interaction.
> 
> Are you aware that clicking on a link or submitting a form in Seaside
> generates two request by default? The first one to process callbacks,
> followed by a redirect and a new request to render the new page.
> 
> Cheers,
> Lukas





More information about the seaside mailing list