In Flex 3 you could set an initial value for a textInput field like so:
<mx:TextInput id="textinput1"
text="{data.name}"
editable="true"
/>I haven't been able to do this in Flex 4 -- does anyone know a way to achieve the same result? thanks in advance, Tex

