> 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 ?
You can use a custom list item renderer for this. See this example: http://svn.apache.org/repos/asf/pivot/trunk/demos/src/org/apache/pivot/demos/rss/ > I thought I could set the property to display with setListDataKey, but I do > not understand how to do that. This method sets the name of the key that is used in context binding (i.e. load() and store()), so this is probably not what you want. Greg
