I am using 3 text field components and a combobox in a form.
The information changes in them based on the selected index of a datagrid.
This works fine until I set the values of the text areas equal to a variable
and pass them to a remoting call.
After I do that the text in the fields won't change unless you type in them
and I cannot set them equal to a variable twice.
Anyone know why?
Did I miss something in the documentation?
jameslyon - 22 Oct 2004 16:10 GMT
Did you mean "set a variable equal to the textFields' text"?
bluestix - 22 Oct 2004 18:09 GMT
Yea
I figured out that assigning the values of a textarea to a variable screws up
the component.
Its easier to just reference the info directly wherever needed. i.e.
myTextArea.text
They always work if you do it that way.