HDPagination Changelog =================== Changes in version 1.3 (2011.01.07) ** New Features: Support JSF 2 AJAX Support JSF 2 view scope and custom scope Option to cache count of total records when navigating to other pages or sorting results (to improve performance) ** Fixed issues: (1) Bug id: 3152349. java.io.NotSerializableException warning print out when some application servers (e.g. tomcat) stops or restarts. Solution: make PaginateFacesAction and other classes stored in session Serializable. ##################### Changes in version 1.2 (2010.05.26) ** New Features: JSF tags and components support Portlet (JSR 168 & JSR 286) application. Support change page size from search input page (for both JSF & Non-JSF application) Add new JSP tag to support sorting results using dropdown selection. Add new JSF tag to support sorting results using dropdown selection. All JSP & JSF tags support multiple-language with label or messages. Render related HTML attributes (e.g. 'style', 'class', 'accesskey', 'title', 'tabindex') were added to JSP & JSF tags; See taglib doc. JSP Tag and JSF tag can render as button, hyperlink, or based on setting. Attributes 'invalidPageAlert','exceedMaxPageAlert','textStyleClass', 'textStyle', 'textTabindex','textTitle','textSize','textMaxlength' and 'textAccesskey' were added to JSP & JSF tags; See taglib doc. All JSF tags attributes (except specified) accept EL expressions. Can populate property (org.hdpagination.web.action.AbstractCommandPaginationAction) with type of java.lang.String[] from HTTP Request parameters. ** Fixed issues: JSP Tag in some browsers (firefox,chrome,Safari etc) does not work. JSF tag in Facelet does not work in browser (Safari) does not work. ##################### Changes in version 1.1 (2009.12.22) ** New Features Add Support for JSF Tag library definition added to META-INF in jar file Separated jar generated for JDK 1.4 ** Fixed Pagination Link not displayed if search result is null or empty ###################### Changes in version 1.0.2 (2009.01.11) ** New Features Add Support for JDBC PostgreSQL Fix defect in page links tags Add Support for integration with Tiles (Struts Tiles and Tiles2) ####################### Changes in version 1.0.1 (2008.09.17) ** New Features Add Support for JDBC MS SQL Server2005 and later version Add Support for JDBC Sybase SQL Anywhere