[flexcoders] Problems with using mx:Validator tag in MXML and code-behind approach in Flex 2

2006-08-31 Thread Andriy Panas
Hello flexcoders, I am using code-behind approach (http://www.adobe.com/devnet/flex/quickstart/building_components_using_code_behind/) and my mx:Validator tag is declared in MXML. During compiling, I receive a warning Data binding will not be able to detect assignments to username.

Re: [flexcoders] Problems with using mx:Validator tag in MXML and code-behind approach in Flex 2

2006-08-31 Thread Andriy Panas
Hello all, During compiling, I receive a warning Data binding will not be able to detect assignments to username. Thus, my binding to 'source' property in mx:Validator does not work! I had figured out my error, I should use [Bindable] directive in my AS3 class with every variable that got