Re: [Zope] Problems with DTML-IN patch!!!
Schmidt, Allen J. writes:
'next-sequence-start-number' does not appear to be working. Even using a generic ZSQL method and a generic Z Search Interface that produces a result set greater than the SIZE provided. It is not defined in Zope 2.3
- a serious stupidity in my eyes. Dieter
On Thu, 1 Mar 2001 21:04:18 +0100 (CET) Dieter Maurer <dieter@handshake.de> wrote:
Schmidt, Allen J. writes:
'next-sequence-start-number' does not appear to be working. Even using a generic ZSQL method and a generic Z Search Interface that produces a result set greater than the SIZE provided. It is not defined in Zope 2.3
- a serious stupidity in my eyes.
It doesn't appear to be defined in DT_In.py in 2.2.5, but it is mention in it's doc string, and is available in the dtml-in namespace. I never got around to tracking down where it was added in. Of course, now that it's disappeared, we couldn't possibly add it back in as it will pollute the sacred dtml namespace :-/ John
John Morton wrote:
It doesn't appear to be defined in DT_In.py in 2.2.5, but it is mention in it's doc string, and is available in the dtml-in namespace. I never got around to tracking down where it was added in.
Of course, now that it's disappeared, we couldn't possibly add it back in as it will pollute the sacred dtml namespace :-/
This sounds like Collector fodder to me ;-) Chris
Chris Withers writes:
John Morton wrote:
It doesn't appear to be defined in DT_In.py in 2.2.5, but it is mention in it's doc string, and is available in the dtml-in namespace. I never got around to tracking down where it was added in.
"DT_InSV.py" (for DTML In Sequence Variables) defines it, if it is defined (when I recently looked through the sources, it has not been).
Dieter
participants (3)
-
Chris Withers -
Dieter Maurer -
John Morton