DataModel « PrimeFaces « JSF Q&A





1. PrimeFaces DataTable Sorting & Filtering don't work with JSF DataModel    stackoverflow.com

I have 3 test web applications, using the same model and controllers, the difference is in JSF session managed beans.

  • The applications A and C use JSF DataModel to retrieve items : A ...

2. Filtering in does not work with DataModel    forum.primefaces.org

3. DataTable Sorting & Filtering don't work with JSF DataModel    forum.primefaces.org

25 Jun 2011, 23:11 by mediterran81 DataTable Sorting & Filtering don't work with JSF DataModel I have 3 test web applications, using the same model and controllers, the difference is in ...

5. Customized pagination with DataModel    forum.primefaces.org

Hi , I have gone through the blog about implementing customized pagination with datamodel, http://cagataycivici.wordpress.com/2006 ... om_paging/ I have tried to implement this with primefaces data table . But this did ...

6. dataTable sortBy not working with DataModel    forum.primefaces.org

Why sortBy feature of dataTable component only works if value of dataTable receives List < E > instead of working with javax.faces.model.DataModel too? I'm using primefaces 2.2RC2, mojarra 2.0.3, tomcat 6.0.29, ...

7. Filterable Datatable breaks DataModel?    forum.primefaces.org

>> << csyperski Posts: 50 Joined: 16 Apr 2010, 14:36 23 Dec 2010, 17:53 by csyperski Filterable Datatable breaks DataModel? I'm running 2.2RC2, on tomcat 6 and I am having an ...

8. DataTable and Sorting with DataModel, not List    forum.primefaces.org

Hi, I'm using p:DataTable and it is great! However, I tried adding sort today, just like in the Show Case apart from I am using a DataModel (ListDataModel to be exact) ...

9. Filtered Datatable: no EL param, Listener, DataModel value    forum.primefaces.org

15 Feb 2011, 18:07 by brazzy Filtered Datatable: no EL param, Listener, DataModel value Hi, I have a datatable with filtering, and want to pass data to an action via a ...





10. Ajax sorting doesn't work if value is DataModel object    forum.primefaces.org

//Ajax sorting request if(sortKey != null && sortDir != null) { List value = (List) dataTable.getValue(); ...

11. Sort with DataModel BUG    forum.primefaces.org

...