Hi Prashant,
Please try with this:
<js:beads>
<js:ApplicationDataBinding />
</js:beads>
at the Application level, like so
<js:valuesImpl>
<js:SimpleCSSValuesImpl />
</js:valuesImpl>
<js:beads>
<js:ApplicationDataBinding />
</js:beads>
<js:initialView>
<js:View>
<js:VContainer>
<js:TextInput id="txtInput1" />
<js:TextInput id="txtInput2"
text="{txtInput1.text}" />
</js:VContainer>
</js:View>
</js:initialView>
On Sun, Sep 25, 2016 at 4:09 PM, PKumar <[email protected]> wrote:
> Hi Greg,
>
> I took the latest nightly build and validated the binding. but it is not
> working. below is my sample code.
>
> <js:initialView>
> <js:View>
> <js:beads>
> <js:ApplicationDataBinding />
> </js:beads>
> <js:VContainer>
> <js:TextInput id="txtInput1" />
> <js:TextInput id="txtInput2"
> text="{txtInput1.text}"/>
> </js:VContainer>
> </js:View>
> </js:initialView>
>
> Also VContainer also not working as expected on JS side. textinput is not
> showing in vertically.
> Please suggest.
>
>
>
> -----
> Regards,
> Prashant
> --
> View this message in context: http://apache-flex-users.
> 2333346.n4.nabble.com/FlexJS-Binding-Issue-tp13553p13614.html
> Sent from the Apache Flex Users mailing list archive at Nabble.com.
>