Hi,

I'm retrieving a collection of VOs and storing in a class

something like this

someClass.collectionOfVOs = new ArrayList (event.data as Array);

in the screen code I have:

<j:ComboBox selectedIndex="0">
      <j:beads>
           <js:ConstantBinding sourceID="someClass"
                               sourcePropertyName="collectionOfVOs"
                               destinationPropertyName="dataProvider"/>
     </j:beads>
</j:ComboBox>

or I could have directly

<j:ComboBox dataProvider="{someClass.collectionOfVOs}">

I have setup

<js:ContainerDataBinding/>

But this is not working, I suppose this is due to a complete reassignment
of the dataProvider.

I think this worked in Flex, if I can recall right.

Can someone post some solution for this or let me know if see some problems
in the way I'm creating this?
Maybe I'm missing something?

thanks


-- 
Carlos Rovira
http://about.me/carlosrovira

Reply via email to