[Seaside] Fwd: Serializing data in POST request should be different than GET

Lukas Renggli renggli at gmail.com
Sun Aug 15 18:31:41 UTC 2010


On 15 August 2010 18:56, Bart Veenstra <bart.veenstra at gmail.com> wrote:
> I am using the packaged seaside version that comes with VW 7.7. Not updated
> to latest, because I ran into issues getting the latest out of the cincom
> public repository.
> I do have the latest version loaded into pharo and it uses JSJoin for the
> data option in JQAjax so the java variabels will still be treated as a
> String.

The printing of JSJoin changed, not the representation.

> Using a dictionary for the dataparams is a way to fix this,  but I
> understand your concerns with multiple keys of the same value. I haven't
> figured that one out yet :) maybe using a Dictionary which allows double
> keys?

This is not the problem. The issue is that methods like serialize
(http://api.jquery.com/serialize/) return pre-encoded strings that
need to be "concatenated" with the dictionary.

Lukas

-- 
Lukas Renggli
www.lukas-renggli.ch


More information about the seaside mailing list