[Seaside] Accessing SURequest / SUAjax post parameters

Edward Stow ed.stow at gmail.com
Mon Apr 14 22:54:19 UTC 2008


Hi

I am constructing  custom SURequest object -- and need to access the
post parameters during callback.
How would you accesss the testParam callback parameter values.

Ideally with something like:

renderSaveRequestOn: html

	html anchor
 		onClick:  (html request
 			callback: [ self updateModel: self testParamValue];
			addParameter: 'testParam' -> 'abc');
 		with: 'SURequest example'
		
What would #testParamValue need to implement?

Thanks
-- 

Edward Stow


More information about the seaside mailing list