Description
validate() currently uses the page field directly. Replace the use with getPage() so that subclasses can dynamically drive the actual page, which may not be part of the request but stored in the session.
validate() currently uses the page field directly. Replace the use with getPage() so that subclasses can dynamically drive the actual page, which may not be part of the request but stored in the session.