Since version 1.1.4 DbForms contains two different navigation systems:
A new one - in the datalist package - which implements a simplified data list pattern described by Claudio Fratarcangeli,Data List Handler: A Pattern for Large Search Result Sets, published on TheServerSide.com. The new system WORKS WITH A
whereClause
, AND DOES NOT RE-EXECUTE THE SEARCH QUERY EVERY TIME.
The original one - in the classic package. The original code re-executes the search query every time the client requests a subset of the hits. THIS DOES NOT WORK WHEN A
whereClause
ATTRIBUTE IS USED IN THE
dbForm
TAG! THE OLD SYSTEM NEEDS TO BE CONFIGURED IN DBFORMS-CONFIG.XML AS IT IS NO LONGER THE DEFAULT.
See the
dbform
tag in
the TagLib
for more information.
The new dataList system is now used by default!