[Zope] concatenate

Dieter Maurer dieter@handshake.de
Fri, 19 Apr 2002 00:03:47 +0200


Horvath Adam writes:
 > So the problem:
 > If I concatenate the date in zsql method. (three 
 > arguments: year,month,day)
 > Only the first  10 hit are find with the specified date 
 > and at the 
 > next 10 and more hits the date term is ignored.
As someone else pointed out, your problem is the "next" link,
it does not provide the necessary request variables.

If you use "dtml-in" and a "GET" request, then you can
use "SEQUENCE_QUERY" to provide the necessary parameters.

Search the Zope book for an example...


Dieter