[Zope-DB] Problems using multiple DB reads using a parameter

Charlie Clark charlie@begeistert.org
Wed, 26 Feb 2003 21:59:48 +0100


On 2003-02-26 at 20:53:56 [+0100], Maszerowski, Thomas wrote:
> 
> So far so good. The report creates tables of 20 records and then you can 
> choose to display subsequent pages. It works fine on the first page, but 
> always gives a "missing input variable, ownerID" instead of the second 
> page. Why does it work the first time and not the second?

This sounds like the standard problem of GET/POST. Make sure you use GET so 
that the parameter is put in the URL and it should work.

Charlie