Getting a warning from the compiler that data binding won't see assignments to "cmRepeater"
<mx:Repeater id="cmRepeater">
<support:CancelMembershipRowSelector lineItem="{cmRepeater.currentItem}" selectedTicketsOBJ="{selectedTicketsCancel}" />
</mx:Repeater>
Also getting that it can't see assignments to "TICKETS" here where deRep is a repeater and the currentItem will be an XML object.
dataProvider="{deRep.currentItem.TICKETS.TICKET}" itemClick="viewCharacs(event);">
Thanks for any help!