Hi, Thanks for the links, but I had already read twice all of them. If I have an ArryList of person objects, is the only way to display their names in a ListView to create an ArrayList of Strings filled with their names and pass it to setListData ? I thought I could set the property to display with setListDataKey, but I do not understand how to do that. Bye...
> Message du 14/08/12 11:48 > De : "Sandro Martini" > A : [email protected] > Copie à : > Objet : Re: How to set ListView data binding? > > Hi, > this is a useful thing to show, but currently we don't have a small > sample of it ... > > Did you tried with manual binding ? > See here: http://pivot.apache.org/tutorials/property-binding.html > > and then maybe even: > http://pivot.apache.org/tutorials/data-binding.html > http://pivot.apache.org/tutorials/stock-tracker.data-binding.html > > Keep us updated. > > Bye, > Sandro >
