On Oct 31, 2007 3:20 PM, johantrax <[EMAIL PROTECTED]> wrote: > No difference using data. Opps :(
I just copy and paste the example.
Another way that u can solve it is by changing it this way.
<mx:TextInput id="editImage" text="{this.imgURL}"
change="{imgURL=editImage.text}" />
But, obviously your solution is better when u want to support cancel value.
Regards,
Edward Yakop

