> 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