[Seaside] ProtoGrowl

Philippe Marschall philippe.marschall at gmail.com
Wed Jan 2 21:24:42 UTC 2008


2007/12/14, Squeaker <squeakman at gmail.com>:
> Hello,
>
> I am attempting to get the ProtoGrowl demo running in Squeak 3.10.
>
> When I launch the demo that comes with the ProtoGrowl package it brings
> up the demo page but when I click on "create via explicit instantiation"
>   or any other of the links, I get an javascript error and nothing happens.
>
> I suspect that the async mechanism is not working on the client side
> because I have a breakpoint on the serverside in the callback (the block
> of code on the server side) and the breakpoint is never triggered.
>
> Using firebug, it reports an error in protocol.js line 1239:
>
> >  this.transport.send(this.body);
>
> and another error at line 3382:
>
> >  element.attachEvent("on" + name, wrapper);
>
> Does anyone know what is wrong here?

Seems to be problem with later prototype.js versions in later
Scriptaculous versions. I don't know if the problem is in prototype.js
or protogrowl.js, I suspect the later. You could use an older version
of prototype.js but that means you can not use newer versions of
Scriptaculous.

If it's important to you get in contact with the Midgrad CMS guys:
http://www.midgard-project.org/documentation/protogrowl/
Maybe they have a fixed version in their repository.

Cheers
Philippe


More information about the seaside mailing list