[Seaside] Long submit problems with IE

Ramon Leon ramon.leon at allresnet.com
Sat Nov 10 22:08:32 UTC 2007


> > 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 

My bad, I overlooked that you were using Visualworks, afraid I can't help
you there.  In any case, your problem has nothing to do with GET's vs
POST's, Seaside does POST for all forms.  You'll need to look elsewhere.

Ramon Leon
http://onsmalltalk.com  



More information about the seaside mailing list