Why do strongly typed objects appear as "undefined" in the netconnection debugger? : adobe flex action script
Answer Posted / Gaurang Raman Srivastava
Strongly typed objects appear as `undefined` in the NetConnection debugger because they have not yet been bound to a specific data object. To resolve this, make sure your service definition matches your data object and the bind() method is called correctly.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers