I have a celltable with 2 columns, name and cars he owns. One of the columns(cars) has to be a listbox. The person object will be rendered as a row in the celltable. The listbox will show the names of the cars owned by the person. Lets say,
Person jack has 3 cars(Merc, BMW, Honda) Person jill has 2 cars(Mini Cooper, Toyota Rav4)
I have seen the showcase and it implements a dropdown with fixed categories. But what i have is a dropdown whose contents will depend on contents of the Person object.
I also want to capture the event when user will select one of the cars in drop down. Any ideas how to do this?