[Seaside] Scriptaculous usage questions

Avi Bryant avi.bryant at gmail.com
Thu Feb 9 21:17:37 UTC 2006


On Jan 17, 2006, at 6:03 AM, Cees De Groot wrote:

> Hi,
>
> I have a little problem I would ideally like to solve without writing
> a single line of Javascript, but I wonder whether that's possible at
> the moment.
>
> I have a form that needs to do two things:
> - When a field changes, post an identifier, the field name, and the
> value (using XMLHttpRequest).
> - For any given form, an update loop that, via XMLHttpRequest, post an
> identifier and reads back field name and value. This request may not
> return immediately.
> Together, with some "magic" inside the appserver, this would result in
> keeping two copies of the same form synchronized. The server blocks
> the request from the update loop, and continues that request as soon
> as the other copy of the form posts a change. The identifier
> identifies a 'synchronization session', e.g. two people looking at the
> same data.

So did you ever get something working for this?  Inquiring minds want  
to know.

Avi


More information about the Seaside mailing list