I have a SQLFORM.grid that says "67 records found", and shows the first 20
(as I would expect). At the bottom, there are four buttons for the pages
(1-4). If I click on any of 2, 3 or 4, I get "No records found".

Looking deeper, the URL of the first page is

        http://127.0.0.1:8000/app/reports/task_report?task_id=5

The URL of the second page, from the '2' link, is

        http://127.0.0.1:8000/app/reports/task_report?page=2&_signature=22...

Note that the "?task_id=5" is missing; if I add it to the URL manually,
the second page shows.

What do I need to do to ensure that the URL for pages after page 1 include
the 'task_id' parameter?
-- 
"You can have everything in life you want if you help enough other people
get what they want" - Zig Ziglar. 

Who did you help today?

Reply via email to