You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by "Yee, Richard K CTR DMDC" <Ri...@osd.pentagon.mil> on 2007/10/10 01:21:34 UTC

Programmatically selecting and deselecting rows in a tr:table with rowSelection="multiple"

Is it possible to programmatically select or deselect rows in a
tr:table? I would like to remove the rows that a user has selected from
within an action handler method that is bound to a commandButton.
It seems that when I call getSelectionState() on the CoreTable, I'm
getting a null RowKeySet.

Thanks,

Richard