[ZPT] python:OR problems
ksmith@99hats.com
ksmith@99hats.com
Thu, 6 Sep 2001 14:25:34 -0400
This is a multi-part message in MIME format.
----------999800734
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
This works:
tal:define="batchsize python:5; b_start python:path('request/b_start');"
This causes Network Errors if the or side is excecuted:
tal:define="batch python:path('request/batch') or 5; b_start python:path('request/b_start') or 5;"
Am I doing something wrong here? Or perhaps this is a bug?
Kevin
Zope 2.3.2
ZTUtils-1.1.1.tar.gz 1.1.1 (Stable) 2001/08/13
TAL-1.4.0.tar.gz 1.4.0 (Stable) 2001/08/13
PageTemplates-1.4.0.tar.gz 1.4.0 (Stable) 2001/08/13
----------999800734--