Hello there!
I have a simple xml file with two category element in it. I was able to hook it to the Combobox and to a listbox. What I wanted to do is, onload it displays all the items in listbox. When I choose a catageory in combo the listbox lists all items relaed to the category. At the same time the combo should not list duplicated category in it. Here is a file for you to look at...
https://docs.google.com/open?id=0ByHOlDbL5njbZkdlTHhXazRILVk
Hope it can be done. Thanks in advance.
Thank you
Kristtee
use a combobox change listener to create a dataprovider (populated with data using your xml and selected combobox item) that you assign to your list component.