I'm trying to create an application based on the LoanCalculator example in the Webster/McLeod book.

Everything's working fine for simple bindings between text inputs on a form and the value object. Where I'm having trouble creating a databinding between a comboBox in the form and the value object. When the user selects an item in the comboBox it should be stored as a string in the value object.

What's the way to accomplish this? All the value object variables are public, as in the book example.

Specifically, what would the <mx:Binding/> statement look like? A simple example would be even better.

Thanks.

- Tom








Reply via email to