« Return to Thread: Accessing SURequest / SUAjax post parameters

Re: Accessing SURequest / SUAjax post parameters

by Lukas Renggli :: Rate this Message:

Reply to Author | View in Thread

>  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
_______________________________________________
seaside mailing list
seaside@...
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

 « Return to Thread: Accessing SURequest / SUAjax post parameters