[Zope] in-tag problems
Michel Pelletier
michel@digicool.com
Thu, 16 Sep 1999 12:34:56 -0400
Alexander Schad wrote:
>
> Hi !
> I'm using the in-tag to iterate over a data set. I have used the following
> variables to navigate through the data:
> <!--#var previous-sequence-start-number-->
> <!--#var previous-sequence-size-->
> <!--#var next-sequence-start-number-->
> <!--#var next-sequence-size-->
>
> That worked fine ! Till now :(
> For some reason it's not working on three of our servers. The
> variables give wrong results
> and as a result the created links lead to wrong entries.
>
Are you using Python 1.5.2 or 1.5.1? If you using Zope 1.10.x, you must
use P1.5.1. P1.5.2 will cause this problem you are seeing.
-Michel