That's good to know about no memory leaks.
Now here is something weird. I have a controller that is built entirely with STV and the fields I have in it are in this order:
- PropertyTypeSelection
- PropertyTypeDate
- PropertyTypeTextField
- PropertyTypeTextView
- PropertyTypeTextField.
I start at the top, filling out values and when I get to the 4th value (textview), the values that I have stored in the top 3 disappear. After I put a value into this textview, I can then re-enter data in the top three and store the data. Any idea what I am doing wrong?
Right now, I start in the middle to store a record so I don't have to double type.
wes