Which feature of Struts suits this problem better ?
Kunal Alshi
Ranch Hand
Joined: Jan 07, 2009
Posts: 40
posted
0
Hi
I want to implement a page which will display a record from database.
And that page should have "next" & "previous" buttons.
Upon clicking those buttons, next/previous record should display on same jsp.
Nishan Patel wrote:If you simply display pagination in your application, why don't you try Display tag..
Display Tag
My personal advise will be, don't go for display tag, unless and until you really need some high end user experience, like sorting searching, records-per-page settings, etc, etc., but if its simple pagination with fixed record size, go for the JSP FAQ link.