Hi, Am I correct in thinking it is NOT possible to do automatic 'reverse' binding In Flex?
e.g. You can bind an Object.property to a textInput which updates if the Object.property is changed but when you change the TextInput.text, it doesn't update the Object.property and you need to DIY using perhaps a keyboard event or submitButtonHandler(). Thanks, Nick

