[Zope] Z Search Interface - generated ZPT pagination problem.

Philip Kilner phil at xfr.co.uk
Thu Jan 22 12:55:52 EST 2004


Hi List,

Done some googling on this - found the problem rehearsed, but not a 
solution.

If I generate a Z Search interface, I get a page which uses a query 
string parameter like: -

	/mysearchresults?filter=value

...to paginate this, I need a URL like: -

	/mysearchresults?filter=value&start:int=10

However, the URL is called using URL0, which omits the query string, 
giving: -

	/mysearchresults?start:int=10

...which fails, 'cos it needs that parameter!

Am I missing something here? Is there a fix, or do I need to code around 
this? If so, what is the most elegant way to do so?

-- 

Regards,

PhilK

Email: phil at xfr.co.uk / Voicemail & Facsimile: 07092 070518

  “The basic tool for the manipulation of reality is the manipulation
of words. If you can control the meaning of words, you can control
the people who must use the words.” Philip K. Dick





More information about the Zope mailing list