Hi All
I spend Hours today but fail to find what exactly wrong with inner 
Repeater not binding any data and I could see only Outer repeater's 
data. I am attachig code for reference
Both repeater's dataprovider are arraycollection.

<mx:Repeater id="rptCatagory" 
dataProvider="{Application.application.Catagory}" >
                                                <mx:Label 
text="{rptCatagory.currentItem.Name}" 
data="{rptCatagory.currentItem.Id}"                                             
         
/>
                                                         
                                                        <mx:Repeater 
id="rptItems" dataProvider="{myCollection}" >
                                                                
<mx:Label text="{rptItems.currentItem.Name}" styleName="sectionHeader" 
data="{rptItems.currentItem.Id}" />
                                                                
                                                        </mx:Repeater>
        </mx:Repeater>
Any Help on this is highly appretiable.

Thanks in Advance
SAS

Reply via email to