Hi, guys:
I am trying to do pagination without using any taglibs. Once the results
have more than page limit,
jsp page should display prev/next links for
users to navigate. In order to do this, I must get some values such as start count and page number when user clicks on prev or next links. I am wondering if there is any way to get these values by using an actionForm? Or there is any
better way to do it?
thanks,