Re: PropertySelection components in tables

2007-02-13 Thread Davide Bruzzone
odel(); List picks = map.getAllValues(); // iterate through the list, call back end, catch exceptions, etc... } } The Property Selection... public class PickSelectionModel implements IPropertySelectionModel { // etc... HTH, Geoff

PropertySelection components in tables

2007-02-11 Thread Davide Bruzzone
o the page class to track the selected item for a dropdown that's not repeated on multiple rows; I just can't figure out how to extrapolate the example to multiple table rows. Any suggestions, pointers to examples, etc. would be greatly appreciated... Cheers... Davide Bruzzone