[Seaside] Accessing SURequest / SUAjax post parameters

Lukas Renggli renggli at gmail.com
Mon Apr 14 22:57:12 UTC 2008


>  How would you accesss the testParam callback parameter values.

This is not how Seaside works.

Try this:

>         html anchor
>                 onClick:  (html request
>                         callback: [ self updateModel: testParamValue ];
>                         callback: [ :value | testParamValue := value ] value: 'abc');
>                 with: 'SURequest example'

Lukas

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


More information about the seaside mailing list