Thank you Daniel and Tim My List's dataprovider is an arraycollection of value objects. So do I need to add a field in the VO for the combo's dataprovider?
--- In [email protected], "Daniel Gold" <[EMAIL PROTECTED]> wrote: > > I believe in using MVC in whatever way feels right for the application. A > lot of times it's just easier to grab an instance of the model from wherever > you need it. > > That being said, whenever possible I try to follow the pattern of top level > display objects referencing the model and then handing data out to its > children. In your case I might put a variable referencing the model list in > the objects contained in the dataProvider for the list and therefore have > access to them in the data property of the itemRenderer as Tim mentioned > above. >

