Using a pagination with Struts 2 and Hibernate

后端 未结 2 1192
生来不讨喜
生来不讨喜 2021-01-16 12:53

I\'m looking for ideas to implement a pagination with Struts2 and Hibernate. My table contains too many lines and it should be as I can see only 20 at a time, for example.

2条回答
  •  深忆病人
    2021-01-16 13:09

    The pagination example is here. As I've already explained in my previous answer displaytag is a good library and was popular about decade, it's open source, so you could easily grab ideas from the sources, however you can use it as is, and it's not easy to modify it to suit your needs. That's why you are looking for ideas. Thanks the guy on the web who share the ideas that I agree with, you can find in his code example.

提交回复
热议问题