Current (and upcoming) Seaside + Scriptaculous on 3.8 image

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

Current (and upcoming) Seaside + Scriptaculous on 3.8 image

Sophie424
Should current Seaside + Scriptaculous work on a 3.8 image (after adding
KomHttpServer etc.)? I loaded them without error, set config user/password
when prompted, and started WAKom. My browser shows no error but shows
nothing on seaside/browse or seaside/config.

(Why? I want to try using the ContextS aop-like package with my Seaside app;
ContextS is incompatible with Traits, and I get an error when I try a
Monticello "unload package" on Traits from my 3.9 image ... I'm not up to
building my own image from scratch without Traits ).

Thanks - Sophie



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

Re: Current (and upcoming) Seaside + Scriptaculous on 3.8 image

Philippe Marschall
2008/1/24, itsme213 <[hidden email]>:
> Should current Seaside + Scriptaculous work on a 3.8 image

Yes.

> (after adding KomHttpServer etc.)?

I can't speak for Kom, the latest versions might not work.

> I loaded them without error, set config user/password
> when prompted, and started WAKom. My browser shows no error but shows
> nothing on seaside/browse or seaside/config.

Does the page load completly or is the browser waiting for a respone?
Could you post the http response? Can you put a break point in WAKom
>> #process: and see that happens (look at the request and response)?

Cheers
Philippe

> (Why? I want to try using the ContextS aop-like package with my Seaside app;
> ContextS is incompatible with Traits, and I get an error when I try a
> Monticello "unload package" on Traits from my 3.9 image ... I'm not up to
> building my own image from scratch without Traits ).
>
> Thanks - Sophie
>
>
>
> _______________________________________________
> seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Current (and upcoming) Seaside + Scriptaculous on 3.8image

Sophie424
"Philippe Marschall" <[hidden email]> wrote in message
> Can you put a break point in WAKom
>>> #process: and see that happens (look at the request and response)?

The break point is not even reached, page source is completely empty (no
doctype or <html>...). Something upstream of Seaside, I think :-)  I've
tried the combination of latest:
   DynamicBindings + NamedProcess + KomServices + KomHttpServer.

Then I tried a couple of other variations without luck (too many combos to
exhaust). Any suggestions?

Thanks!

Sophie




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

Re: Re: Current (and upcoming) Seaside + Scriptaculous on 3.8image

Philippe Marschall
2008/1/27, itsme213 <[hidden email]>:
> "Philippe Marschall" <[hidden email]> wrote in message
> > Can you put a break point in WAKom
> >>> #process: and see that happens (look at the request and response)?
>
> The break point is not even reached, page source is completely empty (no
> doctype or <html>...). Something upstream of Seaside, I think :-)

No, if the request doesn't even hit Seaside, then this is a Kom and
not a Seaside issue.

> I've
> tried the combination of latest:
>    DynamicBindings + NamedProcess + KomServices + KomHttpServer.
>
> Then I tried a couple of other variations without luck (too many combos to
> exhaust). Any suggestions?

http://map.squeak.org/accountbyid/9bdedc18-1525-44a6-9b79-db5d4a87f6f8/files/DynamicBindings-gk.2.mcz
http://squeak.krampe.se/KomServices-gk.3.mcz
http://squeak.krampe.se/KomHttpServer-gk.14.mcz

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

Re: Re: Current (and upcoming) Seaside + Scriptaculous on3.8image

Sophie424
"Philippe Marschall" <[hidden email]> wrote in message
>> Then I tried a couple of other variations without luck (too many combos
>> to
>> exhaust). Any suggestions?
>
> http://map.squeak.org/accountbyid/9bdedc18-1525-44a6-9b79-db5d4a87f6f8/files/DynamicBindings-gk.2.mcz
> http://squeak.krampe.se/KomServices-gk.3.mcz
> http://squeak.krampe.se/KomHttpServer-gk.14.mcz

Thank you, again! That works just fine.

Sophie



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