Hi All.
I have one MXML component MainLoginForm fields receives data through bind.
Also I have another MXML component LocalLoginForm that child of previous
one:

MainLoginForm
        ^
        |
LocalLoginForm

And I want that in LocalLoginForm similar fileds (inherited from
MainLoginForm) dont receive data over bind. How I can realized that?

Reply via email to