As had been mentioned a few times on this list, it would be nice if a context value was passed to the event. Unfortunately this isn't supported (yet).
You could use the observe mixin here: http://tapestry-stitch.uklance.cloudbees.net/observedemo This can observe any clientside event on any number of fields and supports a context value. On 8 Aug 2014 17:22, "Muhammad Gelbana" <m.gelb...@gmail.com> wrote: > I have a loop that displays numerous components including a *Zone*. All all > these components are inside a *Form* component. > > Each iteration of this loop, shows a *Select* component that shows a *Zone* > when the *Select* component's value is changed (i.e. *VALUE_CHANGED* event > is triggered and the zone is updated). > > When this loop runs on 2 iterations. I have 2 *Select* components but > whether the first or second iteration's *Select* component's value is > changed, only one *Zone* is updated, which was shown in the first > iteration. > > Let me rephrase if I wasn't clear. Assume you have a loop that displays a > *Select* and a *Zone* component. Each loop displays what I'll call, a page > section. How can each *Select* component update the *Zone* in the same > section using Ajax ? > > *---------------------* > *Muhammad Gelbana* > http://www.linkedin.com/in/mgelbana >