Using binding to do an automatic copy to a target
<?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"> <mx:TextInput id="myTextInput1" /> <mx:TextInput id="myTextInput2" text="{myTextInput1.text}" /> </mx:Application>