i want to use displaytag to display my pagination data,but i found that it paginate data based List.if i get all data from database,and put it into List,it cause out of memory.because i want to use hibernate pagination technolyge:
setMaxResult(pageSize);
setFirstResult((pageNum - 1)*pageSize) to implement it.but i don't know how use the pageSize and pageNum parameter to implement pagination in displaytag?
could help me!
may displaytag get very succcessful!
setMaxResult(pageSize);
setFirstResult((pageNum - 1)*pageSize) to implement it.but i don't know how use the pageSize and pageNum parameter to implement pagination in displaytag?
could help me!
may displaytag get very succcessful!
Do You Yahoo!?
注册世界一流品质的雅虎免费电邮

