I'm trying to access the data contained in a form
component embedded in a listView
.
When I browse listView.data
, the components are all undefined. I've played around with the "form data key" attribute on the listView
, but I suspect that might not be the source of my problem.
One complicating factor on my project is that I have another listView
already populated in the app, albeit with different data. Could this be part of the problem?
Thanks,
Chris