reset password
Author Message
nphan2
Posts: 9
Posted 16:07 Apr 11, 2011 |

There is a problem with pagination link; clicking on the link pass additional request parameters.

cysun
Posts: 2935
Posted 21:07 Apr 11, 2011 |

You need to be more specific than that.

nphan2
Posts: 9
Posted 22:03 Apr 11, 2011 |

When I click on the link to go to the next page or navigate to other page, I got no page found. I am assuming that there is no controller to handle request with pagination information in the querystring. So, I decide to use JQuery DataTable.

cysun
Posts: 2935
Posted 07:46 Apr 12, 2011 |

There's a requestURI attribute you should look into.

nphan2
Posts: 9
Posted 09:59 Apr 12, 2011 |

Thank you Dr.Sun! Below is the link for reference.

http://www.coderanch.com/t/291051/JSP/java/display-tag-pagination

cysun
Posts: 2935
Posted 10:03 Apr 12, 2011 |
nphan2 wrote:

Thank you Dr.Sun! Below is the link for reference.

http://www.coderanch.com/t/291051/JSP/java/display-tag-pagination

Instead of finding random posts on the internet, maybe you should read the actual displaytag documentation or check out one of many many displaytag examples in the CSNS code.

nphan2
Posts: 9
Posted 23:48 Apr 12, 2011 |
cysun wrote:
nphan2 wrote:

Thank you Dr.Sun! Below is the link for reference.

http://www.coderanch.com/t/291051/JSP/java/display-tag-pagination

Instead of finding random posts on the internet, maybe you should read the actual displaytag documentation or check out one of many many displaytag examples in the CSNS code.

Thank you Dr. Sun. Work much better than JQuery DataTable.

arctica82
Posts: 10
Posted 00:26 Apr 13, 2011 |
cysun wrote:
nphan2 wrote:

Thank you Dr.Sun! Below is the link for reference.

http://www.coderanch.com/t/291051/JSP/java/display-tag-pagination

Instead of finding random posts on the internet, maybe you should read the actual displaytag documentation or check out one of many many displaytag examples in the CSNS code.

Thanks alot