I CAN access the flex object at run-time. And it need not be bindable. For example:
Alert.show(modelName.name.first,title="modelName.name.first Value"); Correctly displays the modelName.name.first value. However, when I access the same object in the HTTPService request, I can not access the objects value. I don't know what the problem is. This problem is driving me nuts. Frank

