[flexcoders] Populating inputs.

2006-04-27 Thread Jeremy Rottman
In the user edit section of my application. I have setup multiple tabs. Under the tabs there are text inputs components that I am trying to populate. The first tab populates just fine, it is the text inputs on other tabs that I cant get populated. I am using this function to populate my text

Re: [flexcoders] Populating inputs.

2006-04-27 Thread Tom Ortega
Just by looking at your naming conventions, I'd say double check you have the names right.According to what you have for the other properties, that line should read:parentApplication.editAgentUser.userSocial.text = result.social;but you have it