[ZPT] Page Template traversal
Tino Wildenhain
tino at wildenhain.de
Fri Oct 24 01:33:01 EDT 2003
Hi Jean-Philippe,
Jean-Philippe Rey wrote:
> Hello,
>
> I just notice that ZPT doesn't seem to allow traversal. I tried to use a
> path like
>
> /A/B/C
>
> where B is a Page Template, and everything after B is simply ignored. I
> tried on Zope 2.6.2 and 2.5.1 (ZPT 1.4.0) with the same result.
>
> Is this a feature of ZPT, if so why traversal isn'tn possible with ZPT ?
>
ZPT derives from "python scripts", and like them, you find the traversal
information in
traverse_subpath variable.
It appears that patching this behavior is not so easy.
Regards
Tino Wildenhain
More information about the ZPT
mailing list