FYI, I just updated the demo to show the power of the mixin http://tapestry-stitch.uklance.cloudbees.net/observedemo
NB. I changed the name of the mixin from onEvent to observe. On 24 July 2014 18:52, Lance Java <lance.j...@googlemail.com> wrote: > Take a look at the onEvent mixin here > > https://github.com/uklance/tapestry-stitch/blob/master/src/main/java/org/lazan/t5/stitch/mixins/OnEvent.java > > It allows you to pass multiple field values to the serverside event. That > way, each event can be passed all the relevant clientside field values. > Keeping your code @Persist free. >