资 源 简 介
Overview
Pagination is used throughout the web, and I found it ridiculous that there is not a generic pagination tag written for java. Well, we needed one so I wrote one, and now I am sharing that with anyone who needs one.
This is a Digg style pagination tag. I used Digg because that was the look we wanted to use with our pagination. Of course, you are free to use whatever style you want.
Requirements
This pagination tag is written for java based servlet containers. It was written as a tagx file so it is only compatible with containers supporting the Servlet 2.4 specification and higher.
Documentation
These are the following attributes for the tag.
| Attribute | Description | Type | Required | Default |
|:--------------|:----------------|:---------|:-------------|:------------|
|targetpage |The URL for the pages|String