I have a mixin that is very similar to yours. It's called ReloadZone,
accepts pretty much the same set of parameters - zone, client-side event
and context, and fires 'reloadzone' server-side event which actually
updates related zone.

But there is another problem (which I'm trying to handle right now): how do
we manage a dynamic form where controls visibility depends on contents or
state of one or more other controls? I believe we need something similar to
TriggerFragment mixin, but with a little bit more flexibility (original one
can be used only with radio and checkbox controls).

On Sun, Apr 13, 2014 at 5:12 PM, Lance Java <lance.j...@googlemail.com>wrote:

> You must use a request parameter to send clientside values serverside.
>
> Checkout the onevent mixin here
> http://tapestry-stitch.uklance.cloudbees.net/oneventdemo
>
> It uses the second technique you mentioned. This mixin uses prototype's
> "observe" but could be tweaked to use jquery's "on".
>



-- 
Ilya Obshadko

Reply via email to