[Seaside] Rendering Callbacks during an Ajax callback

Johan Brichau johan at inceptive.be
Sat Feb 11 09:22:35 UTC 2017


> It seems you exactly describe the sitation I'm having here, but I am unable to translate it into working code. So you register a an Ajax Callback, nut that callback still is a zero argument block, or, if I not only provide the callback number in the url, but also a value for it (like 36=MyValue), the callback method will get this argument as a parameter, but no html builder...????


Sorry for being cryptic; it’s not intentional ;)

I think the key here is to combine callbacks (as I just sent you) and add one that Seaside supplies a html or script canvas to.
But instead of combining, you can also chain them (using #onSuccess:).

Hope this helps
Johan


More information about the seaside mailing list