[Seaside] Long submit problems with IE

Carl Gundel carlg at libertybasic.com
Sat Nov 10 21:55:41 UTC 2007


>> Okay, so I'm supposed to POST?  I didn't realize that is
>> within my control, but that Seaside is making this decision for me.
>>
>> -Carl
>
> Seaside does post forms, that's not your problem.  I have seen similar
> symptoms caused by keep alives, try this AFTER starting up your seaside
> service....
>
> HttpService allInstancesDo: [:each | each keepAlive: false].
>
> And see if your problem goes away.

Thanks, but my image doesn't have any class named HttpService.  I'm using VW 
7.4.1, and Seaside 2.6.

There are keepAlive: methods on the classes named Net.HttpClient and 
Net.HttpEntity.  Could one of these be what you mean?

-Carl 




More information about the seaside mailing list