|
Thomas, Like you said, you can EL-bind selectedRowKeys. After you instantiate RowKeySetImpl, you can call add() that takes a row key. Since you are using java.util.List as your table's value, the CollectionModel wrapper will use a stringified version of the index as a key. So String.valueOf(index) will be a key for the given index. Regards, Max Starets [EMAIL PROTECTED] wrote:
|
Title: [Trinidad] how to add default selection for Table
- [Trinidad] how to add default selection for Table thomas.asel
- Re: [Trinidad] how to add default selection for Table Max Starets

