In my Combo box i have to shows team names condition based . So i will try like
dataProvider="{usersXML.users.user.(id=10).name}"
but shows some errors . but if i tried
dataProvider="{usersXML.users.user.name}"
display all name . It's working .
How can i condition based to display the list . In combobox . Plz refer me . is it possiable to check array of id on the dataProvider ?