Hi, I have a Master-Detail Form one page.
The Master section, contains a Select Component. The Detail section (which is implemented using AjaxFormLoop), also contain a Select Component. What I want to do is to make Ajax Select: Options in detail's Select Component (which is inside zone in AjaxFormLoop) is depend on what user choose on master's Select Component. I have problem because: * If I'm using zone attribute in master's select component, only the "Select" component in 1st detail record is updated. * If I'm using multizone update, I can't use @InjectComponent to get "Select" components in detail records, because the component id is dynamic (because it's inside AjaxFormLoop). Is there any clue how to do this? Thanks in advance. Best regards, Yohan Yudanara