RE: [Tobago] Retrieve sheet selected row value

2008-07-11 Thread Bravo Villegas Salvador Francisco
D] En nombre de Volker Weber Enviado el: Viernes, 11 de Julio de 2008 02:18 a.m. Para: MyFaces Discussion Asunto: Re: [Tobago] Retrieve sheet selected row value Hi Salvador, you need to add the state attribute to the sheet, which points to a SheetState[1] object. then you can do : List in

Re: [Tobago] Retrieve sheet selected row value

2008-07-11 Thread Volker Weber
Hi Salvador, you need to add the state attribute to the sheet, which points to a SheetState[1] object. then you can do : List indexes = sheetState.getSelectedRows(); which returns the list of selected row indexes, in case of selectable="single" just one. Regards, Volker [1]: http://my

[Tobago] Retrieve sheet selected row value

2008-07-10 Thread Bravo Villegas Salvador Francisco
Hi all, I have the sheet