Titanium Alloy ListView Nested Model Array of Tags
I am using Titanium Alloy version 3.2. I have a collection of posts in a listview. My data looks like this: [ { username: 'dude', imageUrl: 'url', tags: ['tag1','tag2','tag3'] }, { username: 'wheres', imageUrl: 'url', tags: ['tag1'] }, { username: 'my', imageUrl: 'url', tags: ['tag1','tag2','tag3','tag4'] }, { username: 'car', imageUrl: 'url', tags: ['tag1','tag2'] } ] And here is the xml. This works only for username and image. I can't figure out how to add the tags to each post. <ListView id="streamListview"> <Templates> <ItemTemplate name="template" id="template"> <View class="item