[Q] WAListener in 475 Working?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

[Q] WAListener in 475 Working?

Chun, Sungjin
Hi,

I've tried my test of my web application with latest version of
Seaside(475). I want to know whether my app can work with
WAListener. But failed. I even cannot configure my application
using seaside/config application. I cannot change my app's
configuration.

Even worse, other applications, for example, classbrowser
does not work.

The problem is that if I click a category, the browser(Safari) just
waits for response. If I click stop button, then connection closed
error occurred in Squeak.

I'm using 3.8.1 based my custon MVC only image.

Thank in advance.
 
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: [Q] WAListener in 475 Working?

Lukas Renggli
> I've tried my test of my web application with latest version of
> Seaside(475). I want to know whether my app can work with
> WAListener. But failed. I even cannot configure my application
> using seaside/config application. I cannot change my app's
> configuration.

WAListener works fine in my 3.9 images. WAListener passes all
functional tests, except the file-upload that is not supported yet.

Can you provide more details?

Lukas

--
Lukas Renggli
http://www.lukas-renggli.ch
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Re: [Q] WAListener in 475 Working?

Chun, Sungjin
In reply to this post by Chun, Sungjin
 I've found the source of my problem(or difference between my image and 3.9). My image does have
different implementation of Dictionary>>at:ifAbsentPut:, and which is the source of problem. This causes
problem in HttpRequest>>rawPostFields. Now it seems that it works well :-) I'll try my web app. Thank you.

----- Original Message -----
   From: Lukas Renggli <[hidden email]>
   To: "\"S.J.Chun\"" <[hidden email]>, Seaside - general discussion <[hidden email]>
   Sent: 07-09-08 19:32:24
   Subject: Re: Re: [Seaside] [Q] WAListener in 475 Working?

  > I've tried my test of my web application with latest version of
> Seaside(475). I want to know whether my app can work with
> WAListener. But failed. I even cannot configure my application
> using seaside/config application. I cannot change my app's
> configuration.

WAListener works fine in my 3.9 images. WAListener passes all
functional tests, except the file-upload that is not supported yet.

Can you provide more details?

Lukas

--
Lukas Renggli
http://www.lukas-renggli.ch


_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside