This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: How to tell (on the server) which row of an extended datdxxvi Jan 9, 2009 1:26 AM (in response to dxxvi)I've just read the developer guide and found out that the selection attribute of the extended data table can help me. The developer guide reads "In the example `selection' attribute contains object with selected rows". What Java type of the object that I specify in the `selection' attribute? 
 Until now, whenever I want to display a list of object using rich data table (or extended data table), I give that data table a list of object. I don't build any particular data model. I wonder if it's the correct way to use RichFaces data tables.
- 
        2. Re: How to tell (on the server) which row of an extended datdxxvi Jan 9, 2009 4:02 AM (in response to dxxvi)I found the solution at http://www.jboss.org/community/docs/DOC-11857 and the DataTableScrollerBean source code (in the demo). 
