JSP分页标签库 Pager Tag Library

码农软件 · 软件分类 · 标签库(Taglib) · 2019-04-19 17:28:51

软件介绍

Pager Tag Library 是一个非常易用而且灵活的在 JSP 页面中显示分页链接的标签库。

示例代码:

<%@ taglib uri="http://jsptags.com/tags/navigation/pager" prefix="pg" %>

<pg:pager>
<pg:param name="keywords"/>
<ex:searchresults>
<pg:item>
<%= searchResult %>
</pg:item>
</ex:searchresults>
<pg:index>
<pg:first>
<a target="_blank" rel="nofollow" href="<%= pageUrl %>">[ (<%= pageNumber %>) |&lt; Previous ]</a>
</pg:first>
<pg:prev>
<a target="_blank" rel="nofollow" href="<%= pageUrl %>">[ (<%= pageNumber %>) &lt;&lt; Previous ]</a>
</pg:prev>
<pg:pages>
 <a target="_blank" rel="nofollow" href="<%= pageUrl %>"><%= pageNumber %></a> 
</pg:pages>
<pg:next>
<a target="_blank" rel="nofollow" href="<%= pageUrl %>">[ Next &gt;&gt; (<%= pageNumber %>) ]</a>
</pg:next>
<pg:last>
<a target="_blank" rel="nofollow" href="<%= pageUrl %>">[ Last &gt;| (<%= pageNumber %>) ]</a>
</pg:last>
</pg:index>
</pg:pager>

本文地址:https://codercto.com/soft/d/3938.html

PHP for the World Wide Web, Second Edition (Visual QuickStart Gu

PHP for the World Wide Web, Second Edition (Visual QuickStart Gu

Larry Ullman / Peachpit Press / 2004-02-02 / USD 29.99

So you know HTML, even JavaScript, but the idea of learning an actual programming language like PHP terrifies you? Well, stop quaking and get going with this easy task-based guide! Aimed at beginning ......一起来看看 《PHP for the World Wide Web, Second Edition (Visual QuickStart Gu》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具