Seaside has liveAction: which does not generate a new page (i.e. no new
component tree), but does some Ajax replacement instead.
html
liveAction: [:renderer | ....]
Does wee support this? Does nitro (the "premium container for wee apps")
support this?
Thanks!