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