| Issue 49: | Impossible to use partial lists with taglib | |
| 1 person starred this issue and may be notified of changes. | Back to list |
I dont see how it is possible to use db pagination and sorting when using the taglib. I would need to be able to call the setRowSelect(int maxRows, int totalRows) on the tablefacade. Maybe there should be a totalRows attribute on tablefacade tag to enable this.... Arthur CLEMENT
Nov 8, 2007
(No comment was entered for this change.)
Status:
Invalid
|
What you need to do is use the TableFacadeImpl class in your controller to just create the Limit and then pass that to the taglib via the <tableFacade limit="${mylimit}" />. The limit will be the Limit object that you have created on the server. The first constructor on the TableFacadeImpl is the most relevant for what you are using it for. Here is a link to the docs to use as a reference for the constructors that should help. Also be sure to reference the Limit page and example on the wiki. http://docs.jmesa.org/ We should also move this to the groups discussion if you have more questions so other developers can track it :).