This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: Another Question on Stateless paginationdamianharvey.damianharvey.gmail.com Mar 23, 2008 11:07 AM (in response to chadws)You need to annotate the list that drives the dataTable with @DataModel if you wish to pass the current row as an argument of a method. Passing the ID of the object is more RESTful which has a lot of benefits (logical URLs, linkability, etc). I've done all of mine using @DataModel but at some stage I plan to go back and redo most of it with IDs (again). Cheers, Damian. 
- 
        2. Re: Another Question on Stateless paginationchadws Mar 24, 2008 12:04 AM (in response to chadws)Do you have an example of how you are using datamodel to handle this? I have tried, but each time my objects that are submitted are null and are not being retrieved properly? 
- 
        3. Re: Another Question on Stateless paginationpmuir Mar 26, 2008 7:11 PM (in response to chadws)Read this 
 
     
    