I have a situation where I need to call a RemoteObject that returns a 
set of questions.  I set the dataProvider of my Repeater to this 
ArrayCollection.  The Result Handler of this RO loops through the 
ArrayCollection and calls another RO to retreive the answers( may have 
multiple answers per question).  the problem I have is that each 
answer for the questions retreived are the answer of only the last 
question.  I know why this is occuring, I have the same dataProvider 
being used for the inner Repeater.  

My question is how can I fix this.  I have tried to insert the answer 
results from each question into an Array, but I cannot get the 
Repeater to work when I try this.

Reply via email to