Pagination 1.0 Released
posted under category: Free Code For You on September 23, 2008 by Nathan
So after nearly a year of sitting on Pagination 1.0 RC, I finally have the 1.0 release of the data paging library for ColdFusion.
The only thing in the 1.0 final version that I changed from the release candidate was the error messages. Most of the questions I had were about why they were getting a variable doesn't exist type error. Turns out they didn't call init() or didn't set the queryToPaginate item. I added some checking and some cfthrows to better explain what is happening.
Pagination.cfc is available to download at RIAForge, and the subversion repository has all the files as well.