Issue 49: Impossible to use partial lists with taglib
Status:  Invalid
Owner: ----
Closed:  Nov 2007
Reported by acleme...@gmail.com, Nov 7, 2007
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 7, 2007
#1 extremec...@gmail.com
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 :).

Nov 8, 2007
#2 extremec...@gmail.com
(No comment was entered for this change.)
Status: Invalid